.file "20020304-2.c" .text .align 2 .globl foo .type foo, @function foo: link.w %a6,#0 move.l a,%a0 move.l (%a0),%d0 move.l 4(%a0),%d1 tst.l %d0 jbne .L2 tst.l %d1 .L2: sne %d0 neg.b %d0 and.l #0xFF,%d0 unlk %a6 rts .size foo, .-foo .comm a,4,2 .ident "GCC: (GNU) 3.3.2"