mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-16 18:56:32 -04:00
11 lines
94 B
ArmAsm
11 lines
94 B
ArmAsm
.text
|
|
.globl fn1
|
|
.type fn1,@function
|
|
fn1:
|
|
ret
|
|
|
|
.globl fn2
|
|
.type fn2,@function
|
|
fn2:
|
|
ret
|