Added MIPS delay slot code hook test.

Tests that the code hook gets called for instructions in the branch delay slot for MIPS cpu.
This commit is contained in:
xorstream 2015-12-09 18:06:53 +11:00
parent 088a5e0061
commit 7f04b0f772

View file

@ -22,6 +22,7 @@ TESTS += x86_16_segfault
TESTS += mips_invalid_read_of_size_4_when_tracing
TESTS += invalid_read_in_tb_flush_x86_64
TESTS += sparc_jump_to_zero
TESTS += mips_delay_slot_code_hook
all: $(TESTS)