x86: add missing IgnoreSize
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / ept.s
index 70ecacd704153a9067ff439cbb51364aaa0d638f..e8f0b9a609d50d4449b20e404d3543e3670b588d 100644 (file)
@@ -1,9 +1,15 @@
 # Check EPT instructions
        .text
 _start:
+       .rept 2
+
        invept  (%ecx), %ebx
        invvpid (%ecx), %ebx
 
        .intel_syntax noprefix
        invept ebx, oword ptr [ecx]
        invvpid ebx, oword ptr [ecx]
+
+       .att_syntax prefix
+       .code16
+       .endr
This page took 0.036067 seconds and 4 git commands to generate.