Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe
  • Loading branch information
Michael Brown committed Feb 11, 2008
2 parents fc9f016 + 9aec835 commit 4099046
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/arch/i386/drivers/net/undiisr.S
Expand Up @@ -23,6 +23,7 @@ undiisr:
pushw %es
pushw %fs
pushw %gs
pushfl
pushal

/* Set up our segment registers */
Expand Down Expand Up @@ -64,6 +65,7 @@ chain: /* Chain to next handler */

exit: /* Restore registers and return */
popal
popfl
popw %gs
popw %fs
popw %es
Expand Down

0 comments on commit 4099046

Please sign in to comment.