diff options
| author | Michael Brown | 2005-04-10 20:19:59 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-10 20:19:59 +0200 |
| commit | 371494670914132cbae7e22a3405d429a7b14791 (patch) | |
| tree | a7c997cc98f99ea9aa086ec9c5fa91ab2baea2ea /src | |
| parent | Drag in relocate unless NORELOCATE is defined, since it's now called (diff) | |
| download | ipxe-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.S | 2 |
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 */ |
