david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe

This commit is contained in:
Michael Brown 2008-02-11 16:33:37 +00:00
commit 40990465f1
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ undiisr:
pushw %es
pushw %fs
pushw %gs
pushfl
pushal
/* Set up our segment registers */
@ -64,6 +65,7 @@ chain: /* Chain to next handler */
exit: /* Restore registers and return */
popal
popfl
popw %gs
popw %fs
popw %es