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