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

{$asmmode intel}

begin
  asm
    popfd
  end;
end.