aboutsummaryrefslogtreecommitdiff
path: root/kernel/gdt-as.S
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/gdt-as.S')
-rw-r--r--kernel/gdt-as.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/gdt-as.S b/kernel/gdt-as.S
index 7c8d630..10f051a 100644
--- a/kernel/gdt-as.S
+++ b/kernel/gdt-as.S
@@ -9,6 +9,6 @@ gdt_flush: # prototype: void gdt_flush(uint32)
mov %ax, %fs
mov %ax, %gs
mov %ax, %ss
- jmp .flush
+ jmp $0x8, $.flush
.flush:
ret