qemu/target-mips
Aurelien Jarno c36bbb28ad target-mips: don't call cpu_loop_exit() from helper.c
In helper.c AREG0 may not correspond do env, so it's not possible to
call cpu_loop_exit() here. Call it from op_helper.c instead.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2010-02-06 17:23:33 +01:00
..
cpu.h target-mips: don't call cpu_loop_exit() from helper.c 2010-02-06 17:23:33 +01:00
exec.h
helper.c target-mips: don't call cpu_loop_exit() from helper.c 2010-02-06 17:23:33 +01:00
helper.h
machine.c
mips-defs.h
op_helper.c target-mips: don't call cpu_loop_exit() from helper.c 2010-02-06 17:23:33 +01:00
TODO
translate_init.c
translate.c