arch_rm_main no longer exists.

pull/1/head
Michael Brown 2005-04-10 18:19:59 +00:00
parent 1937b39079
commit 3714946709
1 changed files with 1 additions and 1 deletions

View File

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