summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/i386/prefix/nullprefix.S
blob: 032d41e0f8f76c72e09e5c17f70d2995f1b19eba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
	.org	0
	.text
	.arch i386

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

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

prefix_exit_end:
	.previous