aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/bios_asm.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/lib/bios_asm.S')
-rw-r--r--arch/x86/lib/bios_asm.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/lib/bios_asm.S b/arch/x86/lib/bios_asm.S
index 62dc565..9e2a026 100644
--- a/arch/x86/lib/bios_asm.S
+++ b/arch/x86/lib/bios_asm.S
@@ -22,8 +22,8 @@
.globl __idt_handler
__idt_handler:
pushal
- movb $0, %al /* This instruction gets modified */
- ljmp $0, $__interrupt_handler_16bit
+ movb $0, %al /* This instruction gets modified */
+ ljmp $0, $__interrupt_handler_16bit
.globl __idt_handler_size
__idt_handler_size:
.long . - __idt_handler