mips: handle delay slot better for branch instructions. this should fix issue #155
This commit is contained in:
2
tests/regress/mips_single_step_sp.py
Normal file → Executable file
2
tests/regress/mips_single_step_sp.py
Normal file → Executable file
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
from unicorn import *
|
||||
from unicorn.mips_const import *
|
||||
|
||||
|
Reference in New Issue
Block a user