.file "980511-1.c" .text .align 2 .globl sys_ustat .type sys_ustat, @function sys_ustat: link.w %a6,#0 move.l %d2,-(%sp) move.l 8(%a6),%d0 move.l %d0,%d1 asr.l #8,%d1 moveq.l #22,%d2 lsl.l %d2,%d1 or.b %d0,%d1 move.l %d1,-(%sp) jbsr get_super move.l -4(%a6),%d2 unlk %a6 rts .size sys_ustat, .-sys_ustat .ident "GCC: (GNU) 3.3.2"