Skip to content

Commit fa755dc

Browse files
committed
REWORD caml_debugger_saved_instruction
1 parent 84025f4 commit fa755dc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

runtime/debugger.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ void caml_debugger_init(void)
4343
{
4444
}
4545

46+
opcode_t caml_debugger_saved_instruction(code_t pc)
47+
{
48+
caml_fatal_error("cannot execute debugger instructions without a debugger\n");
49+
return 0;
50+
}
51+
4652
void caml_debugger(enum event_kind event, value param)
4753
{
4854
}

0 commit comments

Comments
 (0)