mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 04:15:39 +00:00
Add sysenter_hook_x86 to tests/regress/Makefile and sysenter_hook_x86 to .gitignore.
This commit is contained in:
parent
4c3ad139ea
commit
c9f6648877
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -129,6 +129,7 @@ test_mem_map_ptr
|
||||||
test_mem_high
|
test_mem_high
|
||||||
rw_hookstack
|
rw_hookstack
|
||||||
hook_extrainvoke
|
hook_extrainvoke
|
||||||
|
sysenter_hook_x86
|
||||||
|
|
||||||
|
|
||||||
#################
|
#################
|
||||||
|
|
|
@ -35,6 +35,7 @@ TESTS += threaded_emu_start
|
||||||
TESTS += emu_stop_in_hook_overrun
|
TESTS += emu_stop_in_hook_overrun
|
||||||
TESTS += mips_branch_likely_issue
|
TESTS += mips_branch_likely_issue
|
||||||
TESTS += hook_extrainvoke
|
TESTS += hook_extrainvoke
|
||||||
|
TESTS += sysenter_hook_x86
|
||||||
|
|
||||||
all: $(TESTS)
|
all: $(TESTS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue