mips: handle delay slot better for branch instructions. this should fix issue #155

This commit is contained in:
Nguyen Anh Quynh
2015-09-27 15:05:40 +08:00
parent 4a2092fa10
commit 53ce8f217d
2 changed files with 17 additions and 11 deletions

2
tests/regress/mips_single_step_sp.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/python
from unicorn import *
from unicorn.mips_const import *