mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
11 lines
162 B
ArmAsm
11 lines
162 B
ArmAsm
.text
|
|
.global tlsdsofn
|
|
.type tlsdsofn,@function
|
|
.p2align 1
|
|
tlsdsofn:
|
|
move.w x1:DTPREL16,$r10
|
|
move.w x2:DTPREL16,$r11
|
|
.Lfe5:
|
|
.size tlsdsofn,.Lfe5-tlsdsofn
|
|
|