qemu-e2k/target-mips
Blue Swirl 2abf314ddd mips: avoid write only variables
Compiling with GCC 4.6.0 20100925 produced a lot of warnings like:
/src/qemu/target-mips/translate.c: In function 'gen_ld':
/src/qemu/target-mips/translate.c:1039:17: error: variable 'opn' set but not used [-Werror=unused-but-set-variable]

Fix by adding a dummy cast so that the variable is not unused.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2010-10-13 18:43:21 +00:00
..
TODO
cpu.h mips: Add support for VInt and VEIC irq modes 2010-08-06 12:21:16 +02:00
exec.h
helper.c mips: Add support for VInt and VEIC irq modes 2010-08-06 12:21:16 +02:00
helper.h
machine.c
mips-defs.h
op_helper.c MIPS: fix yield handling 2010-09-18 05:53:15 +00:00
translate.c mips: avoid write only variables 2010-10-13 18:43:21 +00:00
translate_init.c