X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fhpux-os.c;h=605cd8b8542b2d376e054470a2fa058c944dbefc;hb=95591ed483dbb8c0846c129953acac1554f28809;hp=2d2323b935acf549dc4b8f5ade61ed7dbb4da03c;hpb=64eccd1724e5f1e638bfc574f7f376427ee3dcb1;p=sbcl.git diff --git a/src/runtime/hpux-os.c b/src/runtime/hpux-os.c index 2d2323b..605cd8b 100644 --- a/src/runtime/hpux-os.c +++ b/src/runtime/hpux-os.c @@ -116,9 +116,8 @@ is_valid_lisp_addr(os_vm_address_t addr) */ static void -sigsegv_handler(int signal, siginfo_t *info, void* void_context) +sigsegv_handler(int signal, siginfo_t *info, os_context_t *context) { - os_context_t *context = arch_os_get_context(&void_context); os_vm_address_t addr = arch_get_bad_addr(signal, info, context); if (!cheneygc_handle_wp_violation(context, addr))