diff options
Diffstat (limited to 'test/MC/X86/x86_errors.s')
-rw-r--r-- | test/MC/X86/x86_errors.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/X86/x86_errors.s b/test/MC/X86/x86_errors.s index f161e06cb5..6e14d62fda 100644 --- a/test/MC/X86/x86_errors.s +++ b/test/MC/X86/x86_errors.s @@ -18,7 +18,7 @@ addl $0, 0(%rax) movl 0(%rax), 0(%edx) // error: invalid operand for instruction -// 32: error: instruction requires a CPU feature not currently enabled +// 32: error: instruction requires: 64-bit mode sysexitq // rdar://10710167 |