summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/arch/i386/prefix/nullprefix.S
blob: bd0ff339e8d7e9250e06606927c18116a76614c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )

	.org	0
	.text
	.arch i386

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

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

prefix_exit_end:
	.previous