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)
commit8771b74ac9914ca32faa3d7f06a0bcfd8fa9bbd4
treedfffdae676184b1449e87254d18173544b8bef09
parent4826c90afd85d3bc8ee963de0bf1438340db865a
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>
core/pxeidle.inc