blob: d902baca5583bdafceec6c90dcb8c5fc38a07eb7 [file] [log] [blame]
.text
.globl _start
.type _start,@function
_start:
call fn1
call fn2
cmpl $fn1, 4(%esp)