diff options
Diffstat (limited to 'runtime/backtrace_nat.c')
-rw-r--r-- | runtime/backtrace_nat.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/backtrace_nat.c b/runtime/backtrace_nat.c index 79dd6b7c79..c5b5a805f5 100644 --- a/runtime/backtrace_nat.c +++ b/runtime/backtrace_nat.c @@ -314,3 +314,8 @@ int caml_debug_info_available(void) { return 1; } + +int caml_debug_info_status(void) +{ + return 1; +} |