summaryrefslogtreecommitdiffstats
path: root/byterun/debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/debugger.h')
-rw-r--r--byterun/debugger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/debugger.h b/byterun/debugger.h
index c8cbcd20e..59e23ec0e 100644
--- a/byterun/debugger.h
+++ b/byterun/debugger.h
@@ -23,7 +23,7 @@
extern int caml_debugger_in_use;
extern int running;
-extern unsigned long caml_event_count;
+extern uintnat caml_event_count;
enum event_kind {
EVENT_COUNT, BREAKPOINT, PROGRAM_START, PROGRAM_EXIT,