mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-22 11:51:00 +00:00
add shebang for regress/sparc_reg.py
This commit is contained in:
parent
74c2b05144
commit
1724fabb05
2
regress/sparc_reg.py
Normal file → Executable file
2
regress/sparc_reg.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
from unicorn import *
|
||||
from unicorn.sparc_const import *
|
||||
|
||||
|
|
Loading…
Reference in a new issue