From c2a77fca277a96a49e45788601a4afc9570b1eb2 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Tue, 1 Apr 2025 19:50:49 +0800 Subject: Added os.h for future usage (#2488) --- src/include/x64run.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/include/x64run.h') diff --git a/src/include/x64run.h b/src/include/x64run.h index 823a990c..c89e0786 100644 --- a/src/include/x64run.h +++ b/src/include/x64run.h @@ -8,6 +8,4 @@ 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); -int GetTID(void); - #endif //__X64RUN_H_ -- cgit 1.4.1