mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 04:08:12 +00:00
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:
parent
088a5e0061
commit
7f04b0f772
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue