diff options
| author | Yang Liu <numbksco@gmail.com> | 2024-05-22 19:06:43 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-22 13:06:43 +0200 |
| commit | 3faabb478d2f5ccaec250273750bd4b6d6adabea (patch) | |
| tree | 77a0583576d4f9e684c03eb7a037db438d46f996 /src/include | |
| parent | 2c127fe69c421ec9ab9928c6364018ca3828a64b (diff) | |
| download | box64-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.h | 1 |
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); |