Quellcode durchsuchen

Typo

tags/v0.9.3
Michael Brown vor 18 Jahren
Ursprung
Commit
cc23057b59
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      src/arch/i386/prefix/libprefix.S

+ 2
- 2
src/arch/i386/prefix/libprefix.S Datei anzeigen

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

Laden…
Abbrechen
Speichern