mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-09 19:17:21 +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}
|
||||
{$asmmode intel}
|
||||
|
||||
function RDTSCP: Int64; assembler;
|
||||
function RDTSCP: Int64; assembler; nostackframe;
|
||||
asm
|
||||
RDTSCP
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user