summaryrefslogtreecommitdiff
path: root/tests/webtbs/tw18334.pp
blob: bf4202b6f38fc87211c9f29590bfc1b494dad8f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ %cpu=arm }
{ %norun }

procedure test; assembler;
  asm
    cps #0
    cpsie aif, #0
    cpsid aif, #0
    cpsie aif
    cpsid aif
  end;

begin
end.