We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba06ca4 commit 36744c7Copy full SHA for 36744c7
tests/regress/mips64.py
@@ -28,6 +28,8 @@ def runTest(self):
28
# This will raise an exception if MIPS64 fails
29
uc.emu_start(ADDRESS, 0, count=2)
30
31
+ assert uc.reg_read(UC_MIPS_REG_PC) == 0x0120003000 + 8
32
+
33
34
if __name__ == '__main__':
35
regress.main()
0 commit comments