X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fwin32-os.c;h=b0e9b6faa6741c4bdb1f8a52b188eee7a428cafd;hb=6a0601ab48635465ad3400c290e5cfbca28e5367;hp=eab029e1ce79086403a00af1fea998681aa91932;hpb=b841aa690bada10da8c8db6eec361e3eeef0492c;p=sbcl.git diff --git a/src/runtime/win32-os.c b/src/runtime/win32-os.c index eab029e..b0e9b6f 100644 --- a/src/runtime/win32-os.c +++ b/src/runtime/win32-os.c @@ -418,7 +418,7 @@ handle_exception(EXCEPTION_RECORD *exception_record, _clearfp(); /* Call into lisp to handle things. */ - funcall2(SymbolFunction(HANDLE_WIN32_EXCEPTION), context_sap, + funcall2(StaticSymbolFunction(HANDLE_WIN32_EXCEPTION), context_sap, exception_record_sap); /* If Lisp doesn't nlx, we need to put things back. */