diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-05-18 14:28:18 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-18 14:28:18 -0700 |
commit | 8771b74ac9914ca32faa3d7f06a0bcfd8fa9bbd4 (patch) | |
tree | dfffdae676184b1449e87254d18173544b8bef09 | |
parent | 4826c90afd85d3bc8ee963de0bf1438340db865a (diff) | |
download | syslinux-8771b74ac9914ca32faa3d7f06a0bcfd8fa9bbd4.tar.gz syslinux-8771b74ac9914ca32faa3d7f06a0bcfd8fa9bbd4.tar.xz syslinux-8771b74ac9914ca32faa3d7f06a0bcfd8fa9bbd4.zip |
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.inc | 2 |
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 |