Added test for MIPS branch likely instructions.

This commit is contained in:
xorstream
2015-12-20 16:07:54 +11:00
parent 4f268febb4
commit 7c1297662c
3 changed files with 166 additions and 0 deletions

View File

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