7 lines
93 B
ArmAsm
7 lines
93 B
ArmAsm
|
.global var
|
||
|
.text
|
||
|
test:
|
||
|
adr x0, :tlsgd:var
|
||
|
bl __tls_get_addr
|
||
|
nop
|