brintos

brintos / llvm-project-archived public Read only

0
0
Text · 178 B · 7e1a8ce Raw
14 lines · plain
1# void mainCRTStartup() {}2	.syntax unified3	.thumb4	.text5	.def mainCRTStartup6		.scl 27		.type 328	.endef9	.global mainCRTStartup10	.align 211	.thumb_func12mainCRTStartup:13	bx lr14