mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-11 13:46:22 +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
|
||||
}
|
||||
# else
|
||||
asm("movl %esp, _safe_esp");
|
||||
asm("movl %%esp, %0" : "=rm" (safe_esp));
|
||||
# endif
|
||||
_safe_esp = safe_esp;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user