X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Ftestsuite%2Fgas%2Fi386%2Fept.s;h=e8f0b9a609d50d4449b20e404d3543e3670b588d;hb=a04973848dc529f4eeb3bd198251da9faf01e2a2;hp=70ecacd704153a9067ff439cbb51364aaa0d638f;hpb=b630c145c07e1995ea5442025f15e57a617b2560;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/testsuite/gas/i386/ept.s b/gas/testsuite/gas/i386/ept.s index 70ecacd704..e8f0b9a609 100644 --- a/gas/testsuite/gas/i386/ept.s +++ b/gas/testsuite/gas/i386/ept.s @@ -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