Home
last modified time | relevance | path

Searched hist:"755 cf792bd6c599febfcac23814dee55074aa23c" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/
H A Dops.c755cf792bd6c599febfcac23814dee55074aa23c Wed Nov 09 06:21:09 UTC 2011 Kumar Gala <galak@kernel.crashing.org> 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>