x86: improve handling of insns with ambiguous operand sizes
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-bundle.s
index 8272f046fe055b91483111b37db3a1c5b296f480..f8381abbaa659d23bf870a39f90e7cdc873b602b 100644 (file)
@@ -58,7 +58,7 @@
        and $3,%eax
 .endm
 .macro test_4
-       lock and $3,(%rax)
+       lock andl $3,(%rax)
 .endm
 .macro test_5
        mov $0x11223344,%eax
This page took 0.02595 seconds and 4 git commands to generate.