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

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

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

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

prefix_exit_end:
	.previous