diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-11-13 19:31:28 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-11-13 19:31:28 +0100 |
| commit | d31524691bab26b833a3796e2f876325c7af0b12 (patch) | |
| tree | ac46cfb8d570ad751d6af3e94f1b542b7f5e5ce5 /src/include | |
| parent | ff6ec86f1cec0bb369f501abd938eaa18a447a60 (diff) | |
| download | box64-d31524691bab26b833a3796e2f876325c7af0b12.tar.gz box64-d31524691bab26b833a3796e2f876325c7af0b12.zip | |
Improved ROLLING_LOG and improved getcontext/setcontext handling of floating points
Diffstat (limited to 'src/include')
| -rwxr-xr-x | src/include/x64run.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/x64run.h b/src/include/x64run.h index 78903bbc..c69290fd 100755 --- a/src/include/x64run.h +++ b/src/include/x64run.h @@ -10,5 +10,6 @@ uint32_t LibSyscall(x64emu_t *emu); void PltResolver(x64emu_t* emu); extern uintptr_t pltResolver; int GetTID(); +void print_cycle_log(int loglevel); #endif //__X64RUN_H_ \ No newline at end of file |