summaryrefslogtreecommitdiff
path: root/cpu-exec.c
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-12-20 19:42:14 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-12-20 19:42:14 +0000
commit33efde3bfb797028f142cb2b4840244823004532 (patch)
tree767ec857c56a4a3d9ddb635506781297146c889a /cpu-exec.c
parent9737a280dd03aa08d8f273380134d4a312b6676a (diff)
downloadqemu-33efde3bfb797028f142cb2b4840244823004532.tar.gz
qemu-33efde3bfb797028f142cb2b4840244823004532.tar.bz2
qemu-33efde3bfb797028f142cb2b4840244823004532.zip
Fix remaining compiler warnings for mips targets.
Signed-off-by: Stefan Weil <weil@mail.berlios.de> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6111 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'cpu-exec.c')
-rw-r--r--cpu-exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu-exec.c b/cpu-exec.c
index 0a49a7e369..aaf6114ef2 100644
--- a/cpu-exec.c
+++ b/cpu-exec.c
@@ -1008,7 +1008,7 @@ static inline int handle_cpu_signal(unsigned long pc, unsigned long address,
/* we restore the process signal mask as the sigreturn should
do it (XXX: use sigsetjmp) */
sigprocmask(SIG_SETMASK, old_set, NULL);
- do_raise_exception_err(env->exception_index, env->error_code);
+ cpu_loop_exit();
} else {
/* activate soft MMU for this block */
cpu_resume_from_signal(env, puc);