mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-15 02:07:42 +01:00
12 lines
129 B
ArmAsm
12 lines
129 B
ArmAsm
|
.text
|
||
|
.globl _start
|
||
|
_start:
|
||
|
|
||
|
.section .debug_info
|
||
|
.long .Ltext
|
||
|
.long .Ltext + 2
|
||
|
|
||
|
.section .text.exit,"ax"
|
||
|
.Ltext:
|
||
|
.long 0
|