X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Flinux-os.c;h=236a33e49252e22228c7339d174e6685c3c0e041;hb=3be1ab042ab74e008e40626cc6bd5190b27da033;hp=6724eb127f4057addd7f2094c65e214d193bc005;hpb=9b92e0500ac3aeb3012f94c5450bf321747f2fb3;p=sbcl.git diff --git a/src/runtime/linux-os.c b/src/runtime/linux-os.c index 6724eb1..236a33e 100644 --- a/src/runtime/linux-os.c +++ b/src/runtime/linux-os.c @@ -389,7 +389,7 @@ sigsegv_handler(int signal, siginfo_t *info, void* void_context) #ifdef LISP_FEATURE_GENCGC if (!gencgc_handle_wp_violation(addr)) #else - if (!interrupt_maybe_gc(signal, info, context)) + if (!cheneygc_handle_wp_violation(context, addr)) #endif if (!handle_guard_page_triggered(context, addr)) #ifdef LISP_FEATURE_C_STACK_IS_CONTROL_STACK