qemu-e2k/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
exec.h
helper.c
helper.h
machine.c
mips-defs.h
op_helper.c
TODO
translate_init.c
translate.c