mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
9 lines
135 B
ArmAsm
9 lines
135 B
ArmAsm
.text
|
|
.global tlsdsofn
|
|
.type tlsdsofn,@function
|
|
.p2align 1
|
|
tlsdsofn:
|
|
move.w x:DTPREL16,$r10
|
|
.Lfe1:
|
|
.size tlsdsofn,.Lfe1-tlsdsofn
|