From 371494670914132cbae7e22a3405d429a7b14791 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 10 Apr 2005 18:19:59 +0000 Subject: [PATCH] arch_rm_main no longer exists. --- src/arch/i386/prefix/dskprefix.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/i386/prefix/dskprefix.S b/src/arch/i386/prefix/dskprefix.S index 638b9b24..7458e235 100644 --- a/src/arch/i386/prefix/dskprefix.S +++ b/src/arch/i386/prefix/dskprefix.S @@ -167,7 +167,7 @@ start_runtime: * call will never return. */ movl $exit_via_int19, %eax - pushl $arch_rm_main + pushl $arch_main pushl %eax /* Dummy return address */ /* Do the equivalent of ljmp *%es:di */