about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorYang Liu <numbksco@gmail.com>2024-05-22 19:06:43 +0800
committerGitHub <noreply@github.com>2024-05-22 13:06:43 +0200
commit3faabb478d2f5ccaec250273750bd4b6d6adabea (patch)
tree77a0583576d4f9e684c03eb7a037db438d46f996 /src/include
parent2c127fe69c421ec9ab9928c6364018ca3828a64b (diff)
downloadbox64-3faabb478d2f5ccaec250273750bd4b6d6adabea.tar.gz
box64-3faabb478d2f5ccaec250273750bd4b6d6adabea.zip
[DYNAREC] Simplified emit_pf helper (#1518)
* [DYNAREC] Simplified emit_pf helper

* Remove unused function and outdated comments
Diffstat (limited to 'src/include')
-rw-r--r--src/include/x64emu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/x64emu.h b/src/include/x64emu.h
index 450f7a63..5591823b 100644
--- a/src/include/x64emu.h
+++ b/src/include/x64emu.h
@@ -15,7 +15,6 @@ void CopyEmu(x64emu_t *newemu, const x64emu_t* emu);
 void SetTraceEmu(uintptr_t trace_start, uintptr_t trace_end);
 
 box64context_t* GetEmuContext(x64emu_t* emu);
-uint32_t* GetParityTab(void);
 
 uint32_t GetEAX(x64emu_t *emu);
 uint64_t GetRAX(x64emu_t *emu);