(svn r14176) -Fix: better 'safe' than ... 'save'

This commit is contained in:
smatz
2008-08-25 20:54:34 +00:00
parent 759fb5937d
commit e840aabf8d
6 changed files with 9 additions and 9 deletions

View File

@@ -671,13 +671,13 @@ static LONG WINAPI ExceptionHandler(EXCEPTION_POINTERS *ep)
}
#ifdef _M_AMD64
extern "C" void *_get_save_esp();
extern "C" void *_get_safe_esp();
#endif
static void Win32InitializeExceptions()
{
#ifdef _M_AMD64
_safe_esp = _get_save_esp();
_safe_esp = _get_safe_esp();
#else
_asm {
mov _safe_esp, esp