about summary refs log tree commit diff stats
path: root/src/include/x64run.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/x64run.h')
-rw-r--r--src/include/x64run.h8
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_