Files
ipxe/src/arch/i386/prefix/nullprefix.S
Michael Brown 698f86f25a Prevent hundreds of errors from "make symcheck". The prefix exit path
mechanism has changed anyway, and so must be rewritten, but at least doing
this makes the output of "make symcheck" more legible.
2005-04-23 14:57:53 +00:00

14 lines
163 B
ArmAsm

.org 0
.text
.arch i386
.section ".prefix", "ax", @progbits
.code16
_prefix:
.section ".text16", "ax", @progbits
prefix_exit:
prefix_exit_end:
.previous