6 lines
106 B
ArmAsm
6 lines
106 B
ArmAsm
.section .text._init,"ax",%progbits
|
|
.globl _init
|
|
.hidden _init
|
|
.type _init, %function
|
|
_init:
|
|
.byte 0
|