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