summaryrefslogtreecommitdiff
path: root/src/kernel/arch/i386/gdt
diff options
context:
space:
mode:
authordzwdz2021-10-15 17:35:22 +0200
committerdzwdz2021-10-15 17:35:22 +0200
commit75b26dae5bd8a3aa0131a49769cfe9f361808b1b (patch)
treed990aa4610087e156c69839fa67187832a53c9fd /src/kernel/arch/i386/gdt
parent946313af5905ac3679c1f496f000ba077ce038f0 (diff)
slightly clean up all the assembly code
Diffstat (limited to 'src/kernel/arch/i386/gdt')
-rw-r--r--src/kernel/arch/i386/gdt/farjump.s3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/kernel/arch/i386/gdt/farjump.s b/src/kernel/arch/i386/gdt/farjump.s
index 85d8ba5..2885d2b 100644
--- a/src/kernel/arch/i386/gdt/farjump.s
+++ b/src/kernel/arch/i386/gdt/farjump.s
@@ -4,6 +4,5 @@
gdt_farjump:
/* retf pops off the return address and code segment off the stack.
* it turns out that in the i386 cdecl calling convention they're in
- * the correct place already.
- */
+ * the correct place already. */
retf