From d31524691bab26b833a3796e2f876325c7af0b12 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 13 Nov 2022 19:31:28 +0100 Subject: Improved ROLLING_LOG and improved getcontext/setcontext handling of floating points --- src/include/x64run.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') 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 -- cgit 1.4.1