aboutsummaryrefslogtreecommitdiff
path: root/src/target/xscale_debug.S
blob: 0a7b87d2771555d05c6564d86ea924e769792912 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
	.section	.rodata

	.align		4
	.global		 xscale_debug_handler
xscale_debug_handler:
	.incbin		"xscale/debug_handler.bin"
	.size		xscale_debug_handler, . - xscale_debug_handler

	.align		4
	.global		 xscale_debug_handler_size
xscale_debug_handler_size:
	.word		. - xscale_debug_handler
	.size		xscale_debug_handler_size, 4