Skip to content

Commit 36744c7

Browse files
committed
add PC check to test
1 parent ba06ca4 commit 36744c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/regress/mips64.py

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ def runTest(self):
2828
# This will raise an exception if MIPS64 fails
2929
uc.emu_start(ADDRESS, 0, count=2)
3030

31+
assert uc.reg_read(UC_MIPS_REG_PC) == 0x0120003000 + 8
32+
3133

3234
if __name__ == '__main__':
3335
regress.main()

0 commit comments

Comments
 (0)