mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 18:44:48 +01:00
0cb01df558
Change-Id: I7a413a81d33762f3cb1e8c67883d1e616f83d0e9 Reviewed-on: https://review.haiku-os.org/c/1536 Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
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)
|