summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/prefix/nullprefix.S
blob: 426f1f2ce4e4d88c600b3dab3b5425894fc87c0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )

	.section ".note.GNU-stack", "", @progbits
	.org	0
	.code16
	.arch i386

	.section ".prefix", "ax", @progbits
_prefix:

	.section ".text16", "ax", @progbits
prefix_exit:

prefix_exit_end:
	.previous