浏览代码

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

tags/v0.9.3
Michael Brown 16 年前
父节点
当前提交
40990465f1
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      src/arch/i386/drivers/net/undiisr.S

+ 2
- 0
src/arch/i386/drivers/net/undiisr.S 查看文件

@@ -23,6 +23,7 @@ undiisr:
23 23
 	pushw	%es
24 24
 	pushw	%fs
25 25
 	pushw	%gs
26
+	pushfl
26 27
 	pushal
27 28
 
28 29
 	/* Set up our segment registers */
@@ -64,6 +65,7 @@ chain:	/* Chain to next handler */
64 65
 	
65 66
 exit:	/* Restore registers and return */
66 67
 	popal
68
+	popfl
67 69
 	popw	%gs
68 70
 	popw	%fs
69 71
 	popw	%es

正在加载...
取消
保存