about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-11-13 19:31:28 +0100
committerptitSeb <sebastien.chev@gmail.com>2022-11-13 19:31:28 +0100
commitd31524691bab26b833a3796e2f876325c7af0b12 (patch)
treeac46cfb8d570ad751d6af3e94f1b542b7f5e5ce5 /src/include
parentff6ec86f1cec0bb369f501abd938eaa18a447a60 (diff)
downloadbox64-d31524691bab26b833a3796e2f876325c7af0b12.tar.gz
box64-d31524691bab26b833a3796e2f876325c7af0b12.zip
Improved ROLLING_LOG and improved getcontext/setcontext handling of floating points
Diffstat (limited to 'src/include')
-rwxr-xr-xsrc/include/x64run.h1
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