diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-02-19 10:43:11 -0800 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-04-27 11:53:24 +0300 |
commit | 77cd337f2246ae72915538383e8f5a6b7ffb363d (patch) | |
tree | c810a1dba3ca581854fb4c790d6c39270a3c4443 /include/linux/kobject.h | |
parent | f11c3a8d84d7bf091bf963edd7104dd4ba6416c3 (diff) |
KVM: x86 emulator: fix sparse warnings in x86_emulate.c
Nesting __emulate_2op_nobyte inside__emulate_2op produces many shadowed
variable warnings on the internal variable _tmp used by both macros.
Change the outer macro to use __tmp.
Avoids a sparse warning like the following at every call site of __emulate_2op
arch/x86/kvm/x86_emulate.c:1091:3: warning: symbol '_tmp' shadows an earlier one
arch/x86/kvm/x86_emulate.c:1091:3: originally declared here
[18 more warnings suppressed]
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'include/linux/kobject.h')
0 files changed, 0 insertions, 0 deletions