Explorar el Código

arch_rm_main no longer exists.

tags/v0.9.3
Michael Brown hace 20 años
padre
commit
3714946709
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/arch/i386/prefix/dskprefix.S

+ 1
- 1
src/arch/i386/prefix/dskprefix.S Ver fichero

@@ -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 */

Loading…
Cancelar
Guardar