.file "bug.c" .text .globl bug .type bug,@function bug: pushl %ebp movl %esp, %ebp fsubr %st, %st(1) popl %ebp ret .Lfe1: .size bug,.Lfe1-bug .ident "GCC: (GNU) 3.2.3"