mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 08:09:29 +02:00
- removed ret as it breaks darwin (doesn't restore
stack alignment) git-svn-id: trunk@9194 -
This commit is contained in:
parent
4512eede06
commit
7b8bbae582
@ -76,7 +76,6 @@ end;
|
||||
function LabelOFFSET: Integer;
|
||||
asm
|
||||
mov eax, OFFSET @@Exit
|
||||
ret
|
||||
@@Exit:
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user