x86: add missing IgnoreSize
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / fsgs.s
index 8ad289c716916a611a4346a531d28a86911e9149..92473a847906de486d5b236281b52c042c989bc2 100644 (file)
@@ -2,6 +2,7 @@
 
        .text
 foo:
+       .rept 2
        rdfsbase %ebx
        rdgsbase %ebx
        wrfsbase %ebx
@@ -12,3 +13,7 @@ foo:
        rdgsbase ebx
        wrfsbase ebx
        wrgsbase ebx
+
+       .att_syntax prefix
+       .code16
+       .endr
This page took 0.02429 seconds and 4 git commands to generate.