mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-04 14:07:42 +00:00
Indentation
This commit is contained in:
parent
3038726a5b
commit
23b3f651f9
3 changed files with 6 additions and 5 deletions
|
|
@ -206,6 +206,7 @@ class Uc(object):
|
|||
except: # _uc might be pulled from under our feet
|
||||
pass
|
||||
|
||||
|
||||
# emulate from @begin, and stop when reaching address @until
|
||||
def emu_start(self, begin, until, timeout=0, count=0):
|
||||
status = _uc.uc_emu_start(self._uch, begin, until, timeout, count)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue