diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2025-04-01 18:36:12 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-01 12:36:12 +0200 |
| commit | 670876112e3ab4a36205223a6f0c4290a527c4a9 (patch) | |
| tree | 7d13933149ff9b438ae1002621ec7db31676c4ee /src/include/x64run.h | |
| parent | 495d3cc4c0ec521e932677ac3d2fcad2c3d80eca (diff) | |
| download | box64-670876112e3ab4a36205223a6f0c4290a527c4a9.tar.gz box64-670876112e3ab4a36205223a6f0c4290a527c4a9.zip | |
Some cosmetic changes to C header files (#2487)
* [DYNAREC] Move cosim functions to a new header * Moved isNativeCall to elfloader
Diffstat (limited to 'src/include/x64run.h')
| -rw-r--r-- | src/include/x64run.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/include/x64run.h b/src/include/x64run.h index 9eed07c0..823a990c 100644 --- a/src/include/x64run.h +++ b/src/include/x64run.h @@ -8,12 +8,6 @@ int Run(x64emu_t *emu, int step); // 0 if run was successfull, 1 if error in x86 int RunTest(x64test_t *test); void DynaRun(x64emu_t *emu); -uint32_t LibSyscall(x64emu_t *emu); -void PltResolver64(x64emu_t* emu); -#ifdef BOX32 -void PltResolver32(x64emu_t* emu); -#endif -extern uintptr_t pltResolver64; int GetTID(void); -#endif //__X64RUN_H_ \ No newline at end of file +#endif //__X64RUN_H_ |