9 lines
106 B
ArmAsm
9 lines
106 B
ArmAsm
.text
|
|
.global x
|
|
.type x,@function
|
|
x:
|
|
move.d expobj2,$r10
|
|
move.d expfn2,$r10
|
|
.Lfe1:
|
|
.size x,.Lfe1-x
|
|
|