mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 14:34:51 +01:00
11 lines
94 B
ArmAsm
11 lines
94 B
ArmAsm
.text
|
|
.global _start
|
|
_start:
|
|
j main
|
|
jal main
|
|
.section .text.2, "ax"
|
|
.globl main
|
|
main:
|
|
nop
|
|
|