.file "BUG2.c" .text .align 2 .globl BUG2 .type BUG2, @function BUG2: link.w %a6,#0 move.l 8(%a6),%a0 tst.l (%a0) sne %d0 extb.l %d0 neg.l %d0 unlk %a6 rts .size BUG2, .-BUG2 .ident "GCC: (GNU) 3.3.2"