From: H. Peter Anvin Date: Mon, 18 May 2009 21:28:18 +0000 (-0700) Subject: core/pxeidle.inc: fix pops with no matching push X-Git-Tag: syslinux-3.81-pre5~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8771b74ac9914ca32faa3d7f06a0bcfd8fa9bbd4;p=profile%2Fivi%2Fsyslinux.git 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 --- diff --git a/core/pxeidle.inc b/core/pxeidle.inc index f661b57..230fb96 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