summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brown2005-04-10 20:19:59 +0200
committerMichael Brown2005-04-10 20:19:59 +0200
commit371494670914132cbae7e22a3405d429a7b14791 (patch)
treea7c997cc98f99ea9aa086ec9c5fa91ab2baea2ea /src
parentDrag in relocate unless NORELOCATE is defined, since it's now called (diff)
downloadipxe-371494670914132cbae7e22a3405d429a7b14791.tar.gz
ipxe-371494670914132cbae7e22a3405d429a7b14791.tar.xz
ipxe-371494670914132cbae7e22a3405d429a7b14791.zip
arch_rm_main no longer exists.
Diffstat (limited to 'src')
-rw-r--r--src/arch/i386/prefix/dskprefix.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/prefix/dskprefix.S b/src/arch/i386/prefix/dskprefix.S
index 638b9b243..7458e235a 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 */