Parcourir la source

arch_rm_main no longer exists.

tags/v0.9.3
Michael Brown il y a 19 ans
Parent
révision
3714946709
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/arch/i386/prefix/dskprefix.S

+ 1
- 1
src/arch/i386/prefix/dskprefix.S Voir le fichier

@@ -167,7 +167,7 @@ start_runtime:
167 167
 	 * call will never return.
168 168
 	 */
169 169
 	movl	$exit_via_int19, %eax
170
-	pushl	$arch_rm_main
170
+	pushl	$arch_main
171 171
 	pushl	%eax		/* Dummy return address */
172 172
 
173 173
 	/* Do the equivalent of ljmp *%es:di */

Chargement…
Annuler
Enregistrer