mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 14:34:51 +01:00
8 lines
94 B
ArmAsm
8 lines
94 B
ArmAsm
|
.text
|
||
|
.globl _start
|
||
|
.type _start,@function
|
||
|
_start:
|
||
|
call fn1
|
||
|
call fn2
|
||
|
cmpl $fn1, 4(%esp)
|