x86: add missing IgnoreSize
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / movdir.s
index 5ea4bb5175fd94875d4a4e7cf73a572ac48cff48..29c381ca23c5cd1824f0233e7793c543eb609f6f 100644 (file)
@@ -3,6 +3,7 @@
        .allow_index_reg
        .text
 _start:
+       .rept 2
        movdiri %eax, (%ecx)
        movdir64b (%ecx),%eax
        movdir64b (%si),%ax
@@ -12,3 +13,9 @@ _start:
        movdiri dword ptr [ecx], eax
        movdir64b eax,[ecx]
        movdir64b ax,[si]
+
+       .att_syntax prefix
+       .code16
+       .endr
+
+       nop
This page took 0.030543 seconds and 4 git commands to generate.