8 lines
74 B
ArmAsm
8 lines
74 B
ArmAsm
.code64
|
|
|
|
.global _crtbeginS
|
|
.type _crtbeginS, @function
|
|
|
|
_crtbeginS:
|
|
ret
|