From: lisphacker Date: Tue, 9 Jan 2007 18:10:07 +0000 (+0000) Subject: 1.0.1.17: Remove Win32 exception trampolines X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=afe9091b25da5799f7bfd71c5497cbbd71045012;hp=afe9091b25da5799f7bfd71c5497cbbd71045012;p=sbcl.git 1.0.1.17: Remove Win32 exception trampolines Remove context-restore trap. Remove sigtrap_trampoline and exception_trampoline, sigtrap_emulator, sigtrap_wrapper, and handle_win32_exception_wrapper. Change handle_exception to call HANDLE-WIN32-EXCEPTION and sigtrap_wrapper directly. Remove the saved context and exception from the SEH frame structure. ---