mirror of https://github.com/ipxe/ipxe.git
Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe
commit
40990465f1
|
@ -23,6 +23,7 @@ undiisr:
|
||||||
pushw %es
|
pushw %es
|
||||||
pushw %fs
|
pushw %fs
|
||||||
pushw %gs
|
pushw %gs
|
||||||
|
pushfl
|
||||||
pushal
|
pushal
|
||||||
|
|
||||||
/* Set up our segment registers */
|
/* Set up our segment registers */
|
||||||
|
@ -64,6 +65,7 @@ chain: /* Chain to next handler */
|
||||||
|
|
||||||
exit: /* Restore registers and return */
|
exit: /* Restore registers and return */
|
||||||
popal
|
popal
|
||||||
|
popfl
|
||||||
popw %gs
|
popw %gs
|
||||||
popw %fs
|
popw %fs
|
||||||
popw %es
|
popw %es
|
||||||
|
|
Loading…
Reference in New Issue