summaryrefslogtreecommitdiff
path: root/i386/i386/cpuboot.S
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-04-22 15:49:35 +0200
committerAlmuHS <almuhs@github.com>2019-04-22 15:49:35 +0200
commitc1d0a7464bbeced7250a0e2e55aa397f27a3c18e (patch)
treed0d37604eae2eade806788d6adc969a15f463bfb /i386/i386/cpuboot.S
parent74fce4c7c6e4488a771aff554d6a4ba559d42d65 (diff)
fix typo
Diffstat (limited to 'i386/i386/cpuboot.S')
-rw-r--r--i386/i386/cpuboot.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/cpuboot.S b/i386/i386/cpuboot.S
index 1f45014d..93f5110d 100644
--- a/i386/i386/cpuboot.S
+++ b/i386/i386/cpuboot.S
@@ -90,7 +90,7 @@ _apboot:
movw %ax,%es
movw %ax,%ss
- movl stack_ptr+STACK_SIZE, %esp
+ movl stack_ptr, %esp
addl $STACK_SIZE, %esp
/* Reset EFLAGS to a known state. */