瀏覽代碼

Typo

tags/v0.9.3
Michael Brown 19 年之前
父節點
當前提交
cc23057b59
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      src/arch/i386/prefix/libprefix.S

+ 2
- 2
src/arch/i386/prefix/libprefix.S 查看文件

43
 install_block:
43
 install_block:
44
 	/* Preserve registers */
44
 	/* Preserve registers */
45
 	pushw	%ds
45
 	pushw	%ds
46
-	pushw	%eax
46
+	pushl	%eax
47
 	
47
 	
48
 	/* Starting segment => %ds */
48
 	/* Starting segment => %ds */
49
 	movw	%cs, %ax
49
 	movw	%cs, %ax
67
 	rep addr32 stosb
67
 	rep addr32 stosb
68
 
68
 
69
 	/* Restore registers */
69
 	/* Restore registers */
70
-	popw	%eax
70
+	popl	%eax
71
 	popw	%ds
71
 	popw	%ds
72
 	ret
72
 	ret
73
 	.size install_block, . - install_block
73
 	.size install_block, . - install_block

Loading…
取消
儲存