mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 11:39:24 +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;
|
function LabelOFFSET: Integer;
|
||||||
asm
|
asm
|
||||||
mov eax, OFFSET @@Exit
|
mov eax, OFFSET @@Exit
|
||||||
ret
|
|
||||||
@@Exit:
|
@@Exit:
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user