7 lines
107 B
ArmAsm
7 lines
107 B
ArmAsm
.text
|
|
.globl hidfn
|
|
.hidden hidfn
|
|
.type hidfn, %function
|
|
hidfn:
|
|
and x0, x0, x0
|
|
.size hidfn, . - hidfn
|