diff options
Diffstat (limited to 'src/kernel/arch/i386/gdt/farjump.s')
-rw-r--r-- | src/kernel/arch/i386/gdt/farjump.s | 3 |
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 |