]> git.proxmox.com Git - qemu.git/commit
target-mips: don't call cpu_loop_exit() from helper.c
authorAurelien Jarno <aurelien@aurel32.net>
Sat, 6 Feb 2010 16:02:45 +0000 (17:02 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 6 Feb 2010 16:23:33 +0000 (17:23 +0100)
commitc36bbb28ad62b4b1f494df0b199432d8c79876db
tree5c58e047685761144079d31456142ddf9adc057f
parent3f26c1227e3b08010f2a65379cecf4cb4b5933fa
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>
target-mips/cpu.h
target-mips/helper.c
target-mips/op_helper.c