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:
@@ -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\
|
||||
|
||||
Reference in New Issue
Block a user