x86-64: correct / adjust prefix emission
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-branch-2.s
index 16c85a3f7b1c1b97d20d1c87d4e7835a9d6bff9d..3a4911b67ce46f88651df197fc3f1d1b71af3b13 100644 (file)
@@ -1,7 +1,9 @@
        .text
        data16 jmp foo
+       data16 rex.w jmp foo
 
 bar:
        mov %eax, %ebx
 
        data16 call foo
+       data16 rex.w call foo
This page took 0.023025 seconds and 4 git commands to generate.