summaryrefslogtreecommitdiffstats
path: root/arch/i386/boot/video.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/boot/video.S')
-rw-r--r--arch/i386/boot/video.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/i386/boot/video.S b/arch/i386/boot/video.S
index 3052b6838..77d22bef1 100644
--- a/arch/i386/boot/video.S
+++ b/arch/i386/boot/video.S
@@ -1152,7 +1152,7 @@ dosvga: lodsw
pushw %es
movw $0xc000, %bx
movw %bx, %es
- call ax # Call test routine
+ call *%ax # Call test routine
popw %es
popw %di
popw %si
@@ -1741,7 +1741,7 @@ even7: movb $0x0c, %al
cmpb %bh, %al
jne isnot
- movb $VIDEO_FIRST_V7>>8, $svga_prefix # Use special mode switching
+ movb $VIDEO_FIRST_V7>>8, svga_prefix # Use special mode switching
ret
video7_md: