X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fbreakpoint.h;h=7862c129b3692547a70abeb7f88d006640985dcd;hb=94ac5b7c3ff37850210b6fc9a7593cf1c5752993;hp=305fa38951a193e7647d60695dec396fdc56c6d3;hpb=7f76d571fe545578e3bd26e627d181a39a8f1eb7;p=sbcl.git diff --git a/src/runtime/breakpoint.h b/src/runtime/breakpoint.h index 305fa38..7862c12 100644 --- a/src/runtime/breakpoint.h +++ b/src/runtime/breakpoint.h @@ -20,7 +20,7 @@ extern void breakpoint_do_displaced_inst(os_context_t *context, 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, - os_context_t *context); +extern void *handle_fun_end_breakpoint(int signal, siginfo_t *info, + os_context_t *context); #endif