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