summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/prefix/dskprefix.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/prefix/dskprefix.S')
-rw-r--r--src/arch/i386/prefix/dskprefix.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/i386/prefix/dskprefix.S b/src/arch/i386/prefix/dskprefix.S
index fff0be41..9b1ebaaf 100644
--- a/src/arch/i386/prefix/dskprefix.S
+++ b/src/arch/i386/prefix/dskprefix.S
@@ -357,7 +357,8 @@ start_runtime:
.section ".text16", "awx", @progbits
1:
pushl $main
- data32 call prot_call
+ pushw %cs
+ call prot_call
popl %eax /* discard */
/* Boot next device */