X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fwin32-os.h;h=1526e8d88c7ef99a953d6d7d66a5805692b91434;hb=395c461b58f0cd484c21913c1e075593c206b5c1;hp=4cb3de41cc86cc57dfc4f0cce437e0d1099e9645;hpb=2e86a718672b73c942e51dfbda7eb9db8746b6f4;p=sbcl.git diff --git a/src/runtime/win32-os.h b/src/runtime/win32-os.h index 4cb3de4..1526e8d 100644 --- a/src/runtime/win32-os.h +++ b/src/runtime/win32-os.h @@ -43,8 +43,7 @@ typedef void *siginfo_t; struct lisp_exception_frame { struct lisp_exception_frame *next_frame; void *handler; - CONTEXT context; - EXCEPTION_RECORD exception; + lispobj *bindstack_pointer; }; void wos_install_interrupt_handlers(struct lisp_exception_frame *handler);