mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-19 04:48:37 +01:00
8 lines
128 B
ArmAsm
8 lines
128 B
ArmAsm
.comm DEBUGLEVEL,4,4
|
|
.text
|
|
.globl _start
|
|
.type _start, @function
|
|
_start:
|
|
.byte 0xeb, 0x8b
|
|
movl $DEBUGLEVEL@GOT, %ebp
|