mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-29 08:07:02 +00:00
hook_code_stop_emu.py: formatting
This commit is contained in:
parent
f02d03dde3
commit
1a8ca49db1
|
@ -29,7 +29,6 @@ class SingleStepper:
|
|||
self._test.assertEqual(1, self._hit_count, "HOOK_CODE invoked too many times")
|
||||
uc.emu_stop()
|
||||
|
||||
|
||||
def step(self):
|
||||
self._hit_count = 0
|
||||
h = self._emu.hook_add(UC_HOOK_CODE, self._stop_hook)
|
||||
|
|
Loading…
Reference in a new issue