mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-19 21:01:18 +01:00
11 lines
127 B
ArmAsm
11 lines
127 B
ArmAsm
.type bar, @function
|
|
bar:
|
|
ret
|
|
.size bar, .-bar
|
|
.globl foo
|
|
.type foo, @function
|
|
foo:
|
|
leal bar, %eax
|
|
ret
|
|
.size foo, .-foo
|