Added test for uc_emu_stop() in code hook not always stopping the emu at the current instruction.

This commit is contained in:
xorstream
2015-12-20 14:59:29 +11:00
parent 342a68f9da
commit fa4fd72c5f
2 changed files with 139 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ TESTS += mips_delay_slot_code_hook
TESTS += mem_nofree
TESTS += rw_hookstack
TESTS += threaded_emu_start
TESTS += emu_stop_in_hook_overrun
all: $(TESTS)