mirror of
https://github.com/qemu/qemu.git
synced 2024-11-26 12:23:36 +08:00
MIPS single stepping fix (Dirk Behme)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1830 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
cd7dd10f09
commit
ce2f4b3cb9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user