diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2025-04-01 19:50:49 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-01 13:50:49 +0200 |
| commit | c2a77fca277a96a49e45788601a4afc9570b1eb2 (patch) | |
| tree | 7f2737d4882c03a401f86ba91a79e6b2633492dc /src/include/x64run.h | |
| parent | 670876112e3ab4a36205223a6f0c4290a527c4a9 (diff) | |
| download | box64-c2a77fca277a96a49e45788601a4afc9570b1eb2.tar.gz box64-c2a77fca277a96a49e45788601a4afc9570b1eb2.zip | |
Added os.h for future usage (#2488)
Diffstat (limited to 'src/include/x64run.h')
| -rw-r--r-- | src/include/x64run.h | 2 |
1 files changed, 0 insertions, 2 deletions
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_ |