X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fwin32-os.h;h=1526e8d88c7ef99a953d6d7d66a5805692b91434;hb=07ab1e4811ab16f95a9a5e8d767426a0787f22c0;hp=6d10be31aa82fc84162dd1ca852357530c945018;hpb=afe9091b25da5799f7bfd71c5497cbbd71045012;p=sbcl.git diff --git a/src/runtime/win32-os.h b/src/runtime/win32-os.h index 6d10be3..1526e8d 100644 --- a/src/runtime/win32-os.h +++ b/src/runtime/win32-os.h @@ -43,6 +43,7 @@ typedef void *siginfo_t; struct lisp_exception_frame { struct lisp_exception_frame *next_frame; void *handler; + lispobj *bindstack_pointer; }; void wos_install_interrupt_handlers(struct lisp_exception_frame *handler);