1.0.5.16: Follow the change of linux-os.c:futex_wait().
[sbcl.git] / src / runtime / win32-os.h
index 6d10be3..1526e8d 100644 (file)
@@ -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);