mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-13 14:45:36 +01:00
Fix: [MinGW32] Linking error
This commit is contained in:
parent
2df48a78cc
commit
b7250a42e1
@ -633,7 +633,7 @@ static void CDECL CustomAbort(int signal)
|
|||||||
mov safe_esp, esp
|
mov safe_esp, esp
|
||||||
}
|
}
|
||||||
# else
|
# else
|
||||||
asm("movl %esp, _safe_esp");
|
asm("movl %%esp, %0" : "=rm" (safe_esp));
|
||||||
# endif
|
# endif
|
||||||
_safe_esp = safe_esp;
|
_safe_esp = safe_esp;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user