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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/x64run.h b/src/include/x64run.h
index 0e156341..11f07cfa 100644
--- a/src/include/x64run.h
+++ b/src/include/x64run.h
@@ -11,6 +11,6 @@ int DynaRun(x64emu_t *emu);
 uint32_t LibSyscall(x64emu_t *emu);
 void PltResolver(x64emu_t* emu);
 extern uintptr_t pltResolver;
-int GetTID();
+int GetTID(void);
 
 #endif //__X64RUN_H_
\ No newline at end of file