Commit ce2f4b3cb9c1c542a6de6f0cdcd4771fe03a8bb6

Authored by bellard
1 parent cd7dd10f

MIPS single stepping fix (Dirk Behme)


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1830 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
target-mips/op.c
@@ -604,7 +604,7 @@ void op_trap (void) @@ -604,7 +604,7 @@ void op_trap (void)
604 604
605 void op_debug (void) 605 void op_debug (void)
606 { 606 {
607 - CALL_FROM_TB1(do_raise_exception_direct, EXCP_DEBUG); 607 + CALL_FROM_TB1(do_raise_exception, EXCP_DEBUG);
608 } 608 }
609 609
610 void op_set_lladdr (void) 610 void op_set_lladdr (void)