summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brown2006-08-09 02:16:57 +0200
committerMichael Brown2006-08-09 02:16:57 +0200
commit751ae718bd1e52e6c075838dad09ae97821a800d (patch)
tree9294fdda487d207f81b20f0aa75496e907a5a396
parentAdded TFTP test code (currently just dumps file to console). (diff)
downloadipxe-751ae718bd1e52e6c075838dad09ae97821a800d.tar.gz
ipxe-751ae718bd1e52e6c075838dad09ae97821a800d.tar.xz
ipxe-751ae718bd1e52e6c075838dad09ae97821a800d.zip
pxe_int_1a is needed by pxe_call.c
-rw-r--r--src/arch/i386/interface/pxe/pxe_entry.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/i386/interface/pxe/pxe_entry.S b/src/arch/i386/interface/pxe/pxe_entry.S
index 20ca42370..b622f998c 100644
--- a/src/arch/i386/interface/pxe/pxe_entry.S
+++ b/src/arch/i386/interface/pxe/pxe_entry.S
@@ -171,6 +171,7 @@ pxe_entry_common:
*/
.section ".text16"
.code16
+ .globl pxe_int_1a
pxe_int_1a:
pushfw
cmpw $0x5650, %ax