aboutsummaryrefslogtreecommitdiff
path: root/test/pecoff/Inputs/armnt-ImageBase.s
blob: a17458eddb15bc23dd9987c9c93ecd56c90e1609 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

	.syntax unified
	.thumb
	.text

	.def mainCRTStartup
		.type 32
		.scl 2
	.endef
	.align 2
	.thumb_func
mainCRTStartup:
	bx lr
	trap
	.long __ImageBase