X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fwin32-os.h;h=a09c37f909bf461b25c8dfa7f0e62d577b71ae78;hb=f7faed97898dd0e94a18b0d1fca03aaa0fe24ab0;hp=6d10be31aa82fc84162dd1ca852357530c945018;hpb=afe9091b25da5799f7bfd71c5497cbbd71045012;p=sbcl.git diff --git a/src/runtime/win32-os.h b/src/runtime/win32-os.h index 6d10be3..a09c37f 100644 --- a/src/runtime/win32-os.h +++ b/src/runtime/win32-os.h @@ -35,7 +35,6 @@ typedef void *siginfo_t; #define SIG_MEMORY_FAULT SIGSEGV -#define SIG_INTERRUPT_THREAD (SIGRTMIN) #define SIG_STOP_FOR_GC (SIGRTMIN+1) #define SIG_DEQUEUE (SIGRTMIN+2) #define SIG_THREAD_EXIT (SIGRTMIN+3) @@ -43,6 +42,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);