X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fsunos-os.c;fp=src%2Fruntime%2Fsunos-os.c;h=20edc8097be8d46d226c021608a19633742ad86f;hb=6bf27e87efc56c05557f962dbf3e1b699556d77e;hp=027e2d63e4cfd14164ca4b119cfe62940d977c1e;hpb=3257c25015012253a096c990d5809daee974d057;p=sbcl.git diff --git a/src/runtime/sunos-os.c b/src/runtime/sunos-os.c index 027e2d6..20edc80 100644 --- a/src/runtime/sunos-os.c +++ b/src/runtime/sunos-os.c @@ -215,7 +215,7 @@ sigsegv_handler(int signal, siginfo_t *info, os_context_t *context) if (!cheneygc_handle_wp_violation(context, addr)) { if (!handle_guard_page_triggered(context,addr)) - lisp_memory_fault_error(context, fault_addr); + lisp_memory_fault_error(context, addr); } }