mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-21 01:03:02 +02:00
+ nostackframe directive to fix on darwin/x86
git-svn-id: trunk@2974 -
This commit is contained in:
parent
2e41b63710
commit
69631be0b3
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
{$asmmode intel }
|
{$asmmode intel }
|
||||||
|
|
||||||
procedure SomePostScript; assembler;
|
procedure SomePostScript; assembler;nostackframe;
|
||||||
asm
|
asm
|
||||||
db '/pop2 { pop pop } def',0;
|
db '/pop2 { pop pop } def',0;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user