diff options
Diffstat (limited to 'src/arch/i386/gdt/farjump.s')
-rw-r--r-- | src/arch/i386/gdt/farjump.s | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/arch/i386/gdt/farjump.s b/src/arch/i386/gdt/farjump.s deleted file mode 100644 index 85d8ba5..0000000 --- a/src/arch/i386/gdt/farjump.s +++ /dev/null @@ -1,9 +0,0 @@ -.section .text -.global gdt_farjump -.type gdt_farjump, @function -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. - */ - retf |