Browse Source

arch_rm_main no longer exists.

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
3714946709
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/arch/i386/prefix/dskprefix.S

+ 1
- 1
src/arch/i386/prefix/dskprefix.S View File

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

Loading…
Cancel
Save