mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 10:55:34 +00:00
regress: add shebang for arm_movr12_hang.py
This commit is contained in:
parent
22dd0bd471
commit
2b4caeed37
2
regress/arm_movr12_hang.py
Normal file → Executable file
2
regress/arm_movr12_hang.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
from unicorn import *
|
||||
uc = Uc(UC_ARCH_ARM, UC_MODE_ARM)
|
||||
uc.mem_map(0x1000, 0x1000)
|
||||
|
|
Loading…
Reference in a new issue