summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-05-18 14:28:18 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-05-18 14:28:18 -0700
commit8771b74ac9914ca32faa3d7f06a0bcfd8fa9bbd4 (patch)
treedfffdae676184b1449e87254d18173544b8bef09
parent4826c90afd85d3bc8ee963de0bf1438340db865a (diff)
downloadsyslinux-8771b74ac9914ca32faa3d7f06a0bcfd8fa9bbd4.tar.gz
core/pxeidle.inc: fix pops with no matching push
In check_for_arp, we dropped the segment register pushes, but we need to drop the pops, too. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--core/pxeidle.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/pxeidle.inc b/core/pxeidle.inc
index f661b57a..230fb96a 100644
--- a/core/pxeidle.inc
+++ b/core/pxeidle.inc
@@ -118,7 +118,5 @@ check_for_arp:
mov bx,PXENV_UDP_READ
call pxenv
; Ignore result...
- pop es
- pop ds
popad
ret