]> git.proxmox.com Git - qemu.git/commitdiff
MIPS single stepping fix (Dirk Behme)
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 23 Apr 2006 15:23:48 +0000 (15:23 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 23 Apr 2006 15:23:48 +0000 (15:23 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1830 c046a42c-6fe2-441c-8c8c-71466251a162

target-mips/op.c

index e0d3463be1c8878f5076c295de5ec8e219d8273f..3f9b364620d22c1e07e621bcadde43a8892f4ed1 100644 (file)
@@ -604,7 +604,7 @@ void op_trap (void)
 
 void op_debug (void)
 {
-  CALL_FROM_TB1(do_raise_exception_direct, EXCP_DEBUG);
+  CALL_FROM_TB1(do_raise_exception, EXCP_DEBUG);
 }
 
 void op_set_lladdr (void)