u-boot-brain/drivers/bios_emulator/x86emu
Kumar Gala 755cf792bd drivers/bios_emulator/x86emu/ops.c: Fix GCC 4.6 build warning
Fix:

x86emu/ops.c: In function 'x86emuOp_int3':
x86emu/ops.c:3521:9: warning: variable 'tmp' set but not used [-Wunused-but-set-variable]
x86emu/ops.c: In function 'x86emuOp_int_IMM':
x86emu/ops.c:3549:9: warning: variable 'tmp' set but not used [-Wunused-but-set-variable]
x86emu/ops.c: In function 'x86emuOp_into':
x86emu/ops.c:3579:9: warning: variable 'tmp' set but not used [-Wunused-but-set-variable]
x86emu/ops.c: In function 'x86emuOp_aad':
x86emu/ops.c:3993:8: warning: variable 'a' set but not used [-Wunused-but-set-variable]

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2011-11-16 20:59:05 +01:00
..
debug.c Replace space and tab checks with isblank 2011-10-17 22:25:34 +02:00
decode.c drivers/bios_emulator: Move conditional compilation to Makefile 2008-12-07 01:29:31 +01:00
ops2.c Leave x86emu op code tables in default section 2009-10-12 23:34:06 +02:00
ops.c drivers/bios_emulator/x86emu/ops.c: Fix GCC 4.6 build warning 2011-11-16 20:59:05 +01:00
prim_ops.c drivers/bios_emulator: Move conditional compilation to Makefile 2008-12-07 01:29:31 +01:00
sys.c drivers/bios_emulator: Move conditional compilation to Makefile 2008-12-07 01:29:31 +01:00