core/pxeidle.inc: fix pops with no matching push
authorH. Peter Anvin <hpa@zytor.com>
Mon, 18 May 2009 21:28:18 +0000 (14:28 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 18 May 2009 21:28:18 +0000 (14:28 -0700)
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>
core/pxeidle.inc

index f661b57..230fb96 100644 (file)
@@ -118,7 +118,5 @@ check_for_arp:
                mov bx,PXENV_UDP_READ
                call pxenv
                ; Ignore result...
-               pop es
-               pop ds
                popad
                ret