1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 18:55:23 +01:00

[bugfix] saved ebp before ebx in order to fix #572

This commit is contained in:
Myx
2014-11-19 21:27:50 +01:00
parent 90c866a936
commit b18e07e4bb

View File

@@ -677,8 +677,8 @@ static int RCT2_CALLFUNC_X(int address, int *_eax, int *_ebx, int *_ecx, int *_e
__asm__ ( "\
\n\
/* Store C's base pointer*/ \n\
push ebx \n\
push ebp \n\
push ebx \n\
\n\
/* Store %[address] to call*/ \n\
push %[address] \n\