mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-02 09:41:04 +00:00
cleanup regress/sparc*.py
This commit is contained in:
parent
893e6abcbd
commit
f36bd83f85
|
@ -7,7 +7,7 @@ PAGE_SIZE = 1 * 1024 * 1024
|
||||||
|
|
||||||
uc = Uc(UC_ARCH_SPARC, UC_MODE_64)
|
uc = Uc(UC_ARCH_SPARC, UC_MODE_64)
|
||||||
uc.reg_write(UC_SPARC_REG_SP, 100)
|
uc.reg_write(UC_SPARC_REG_SP, 100)
|
||||||
print 'writing sp = 100, %%i0 = 2000'
|
print 'writing sp = 100'
|
||||||
|
|
||||||
# 0: b0 06 20 01 inc %i0
|
# 0: b0 06 20 01 inc %i0
|
||||||
# 4: b2 06 60 01 inc %i1
|
# 4: b2 06 60 01 inc %i1
|
||||||
|
|
Loading…
Reference in a new issue