about summary refs log tree commit diff stats
path: root/src/include/debug.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-07-30 14:18:53 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-07-30 14:18:53 +0200
commit8bc9baefd688945327e2b01d257f656d622f33f1 (patch)
tree4db1db5ca66c4b1a44f18d3e0770fe5d032b7382 /src/include/debug.h
parent0fe835e0871b42104218c9440f599d7a9e2b1f2f (diff)
downloadbox64-8bc9baefd688945327e2b01d257f656d622f33f1.tar.gz
box64-8bc9baefd688945327e2b01d257f656d622f33f1.zip
Added BOX64_ROLLING_LOG=1 for a 'Just in Time LOG=2' on signal
Diffstat (limited to 'src/include/debug.h')
-rwxr-xr-xsrc/include/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h
index 6d5ce616..48103d3a 100755
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -27,6 +27,7 @@ extern int arm64_atomics;
 #endif
 #endif
 extern int dlsym_error;    // log dlsym error
+extern int cycle_log;      // if using rolling logs
 #ifdef HAVE_TRACE
 extern int trace_xmm;      // include XMM reg in trace?
 extern int trace_emm;      // include EMM reg in trace?