mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-29 12:50:35 +00:00
5 lines
76 B
ArmAsm
5 lines
76 B
ArmAsm
|
.type bar, @function
|
||
|
bar:
|
||
|
movl _DYNAMIC@GOT(%ecx), %eax
|
||
|
.size bar, .-bar
|