mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-11 18:10:47 +01:00
* Fixed test on x86_64 ('nostackframe' modifier ensures that no prologue/epilogue code is added on fixed-stack targets).
git-svn-id: trunk@32673 -
This commit is contained in:
parent
31623565cb
commit
272e3db1db
@ -4,7 +4,7 @@ program Project1;
|
|||||||
{$mode delphi}
|
{$mode delphi}
|
||||||
{$asmmode intel}
|
{$asmmode intel}
|
||||||
|
|
||||||
function RDTSCP: Int64; assembler;
|
function RDTSCP: Int64; assembler; nostackframe;
|
||||||
asm
|
asm
|
||||||
RDTSCP
|
RDTSCP
|
||||||
end;
|
end;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user