1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Fix error in gcc asm

This commit is contained in:
Duncan Frost
2014-10-18 09:47:26 +01:00
parent 442794de7d
commit a72ef76e72

View File

@@ -709,12 +709,12 @@ static int RCT2_CALLFUNC_X(int address, int *_eax, int *_ebx, int *_ecx, int *_e
/* Pop ebx reg into ecx*/ \n\
pop ecx \n\
mov eax, [%[_ebx]] \n\
mov[eax], ecx \n\
mov [eax], ecx \n\
\n\
/* Pop ebp reg into ecx */\n\
pop ecx \n\
mov eax, [%[_ebp]] \n\
mov[eax], ecx \n\
mov [eax], ecx \n\
\n\
pop eax \n\
/* Get resulting eax register*/ \n\