aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/X86/x86_errors.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/X86/x86_errors.s')
-rw-r--r--test/MC/X86/x86_errors.s3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/MC/X86/x86_errors.s b/test/MC/X86/x86_errors.s
index e0a2c67..054331a 100644
--- a/test/MC/X86/x86_errors.s
+++ b/test/MC/X86/x86_errors.s
@@ -15,3 +15,6 @@ addl $0, 0(%rax)
# 8 "test.s"
movi $8,%eax
+
+movl 0(%rax), 0(%edx) // error: invalid operand for instruction
+