X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fbreakpoint.h;h=305fa38951a193e7647d60695dec396fdc56c6d3;hb=6973177fbe23d007655345c1fe2e0d6a5e397aa5;hp=798ae216ffede2df371423166d04d817072d0c89;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/runtime/breakpoint.h b/src/runtime/breakpoint.h index 798ae21..305fa38 100644 --- a/src/runtime/breakpoint.h +++ b/src/runtime/breakpoint.h @@ -17,7 +17,7 @@ extern void breakpoint_remove(lispobj code_obj, int pc_offset, unsigned long orig_inst); extern void breakpoint_do_displaced_inst(os_context_t *context, - unsigned long orig_inst); + unsigned long orig_inst); extern void handle_breakpoint(int signal, siginfo_t *info, os_context_t *context); extern void *handle_function_end_breakpoint(int signal, siginfo_t *info,