* 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:
sergei 2015-12-16 16:46:23 +00:00
parent 31623565cb
commit 272e3db1db

View File

@ -4,7 +4,7 @@ program Project1;
{$mode delphi}
{$asmmode intel}
function RDTSCP: Int64; assembler;
function RDTSCP: Int64; assembler; nostackframe;
asm
RDTSCP
end;