mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
12 lines
163 B
ArmAsm
12 lines
163 B
ArmAsm
.text
|
|
.global x
|
|
.type x,@function
|
|
x:
|
|
move.d expobj2:GOT,$r10
|
|
move.d expobj2:PLT,$r10
|
|
move.d expfn2:GOT,$r10
|
|
move.d expfn2:PLT,$r10
|
|
.Lfe1:
|
|
.size x,.Lfe1-x
|
|
|