]> git.proxmox.com Git - qemu.git/commit
target-i386: fix xchg rax,r8
authorRichard Henderson <rth@twiddle.net>
Thu, 1 Jul 2010 16:42:21 +0000 (09:42 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 1 Jul 2010 21:56:32 +0000 (23:56 +0200)
commit370f80376a34ab431a4b2aa9dab963ee43556439
tree8eb729dda183fac03c491ac5c91f1808c88f5d87
parented3aac289ab2acfb04ec6a46a20ce1c228eee31c
target-i386: fix xchg rax,r8

We were ignoring REX_B while special-casing NOP, i.e. xchg eax,eax.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
(cherry picked from commit 7418027ea4fec276455abd4291558bc58a0a7ba7)
target-i386/translate.c