x86: add missing IgnoreSize
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / ptwrite.s
index 61efd7e12835e526dea4e3dd6c12d1549c6e3766..8234d07878e78cf15ee6385a32262d11687cd14c 100644 (file)
@@ -2,6 +2,7 @@
 
        .text
 _start:
+       .rept 2
        ptwrite %ecx
        ptwritel %ecx
        ptwrite (%ecx)
@@ -11,3 +12,7 @@ _start:
        ptwrite ecx
        ptwrite [ecx]
        ptwrite DWORD PTR [ecx]
+
+       .att_syntax prefix
+       .code16
+       .endr
This page took 0.024921 seconds and 4 git commands to generate.