summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbf/tw14862h.pp
blob: 2b58fed29702f8ebebd516cd6a3db9b31e11309a (plain)
1
2
3
4
5
6
7
8
9
10
{ %cpu=x86_64 }
{ %fail }

{$asmmode intel}

begin
  asm
    pushfd
  end;
end.