summaryrefslogtreecommitdiff
path: root/test/MC/AsmParser/X86/x86_operands.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/AsmParser/X86/x86_operands.s')
-rw-r--r--test/MC/AsmParser/X86/x86_operands.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/MC/AsmParser/X86/x86_operands.s b/test/MC/AsmParser/X86/x86_operands.s
index ddadf79318..b34713db86 100644
--- a/test/MC/AsmParser/X86/x86_operands.s
+++ b/test/MC/AsmParser/X86/x86_operands.s
@@ -46,11 +46,11 @@
addl $1, 1(,%ebx,(2+2))
# '*'
-# CHECK: call a
+# CHECK: calll a
call a
-# CHECK: call *%eax
+# CHECK: calll *%eax
call *%eax
-# CHECK: call *4(%eax)
+# CHECK: calll *4(%eax)
call *4(%eax)
# CHECK: movl %gs:8, %eax