regress: add shebang for arm_movr12_hang.py

This commit is contained in:
Nguyen Anh Quynh 2015-09-08 00:13:19 +08:00
parent 22dd0bd471
commit 2b4caeed37

2
regress/arm_movr12_hang.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/python
from unicorn import *
uc = Uc(UC_ARCH_ARM, UC_MODE_ARM)
uc.mem_map(0x1000, 0x1000)