From 3faabb478d2f5ccaec250273750bd4b6d6adabea Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Wed, 22 May 2024 19:06:43 +0800 Subject: [DYNAREC] Simplified emit_pf helper (#1518) * [DYNAREC] Simplified emit_pf helper * Remove unused function and outdated comments --- src/include/x64emu.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include') 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); -- cgit 1.4.1