7 lines
85 B
ArmAsm
7 lines
85 B
ArmAsm
.text
|
|
.global f
|
|
.type f,@function
|
|
f:
|
|
move.d [$r0+dsofn:GOT],$r1
|
|
0:
|
|
.size f,0b-f
|