diff options
Diffstat (limited to 'asmrun/signals_asm.c')
-rw-r--r-- | asmrun/signals_asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asmrun/signals_asm.c b/asmrun/signals_asm.c index 9bc86cfdc5..4f62bd38a9 100644 --- a/asmrun/signals_asm.c +++ b/asmrun/signals_asm.c @@ -215,7 +215,7 @@ DECLARE_SIGNAL_HANDLER(segv_handler) ) { #ifdef RETURN_AFTER_STACK_OVERFLOW /* Tweak the PC part of the context so that on return from this - handler, we jump to the asm function [caml_stack_overflow] + handler, we jump to the asm function [caml_stack_overflow] (from $ARCH.S). */ #ifdef CONTEXT_PC CONTEXT_PC = (context_reg) &caml_stack_overflow; |