hook_code_stop_emu.py: formatting

This commit is contained in:
Willi Ballenthin 2015-11-02 10:03:31 -05:00
parent f02d03dde3
commit 1a8ca49db1

View file

@ -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)