]> Git Repo - qemu.git/commit - target/i386/translate.c
target-i386: fix xchg rax,r8
authorRichard Henderson <[email protected]>
Thu, 1 Jul 2010 16:42:21 +0000 (09:42 -0700)
committerAurelien Jarno <[email protected]>
Thu, 1 Jul 2010 21:45:28 +0000 (23:45 +0200)
commit7418027ea4fec276455abd4291558bc58a0a7ba7
treef87caaee63910d18771005604dcb8e3fc453c30b
parentafa88c3ae5fb6b2dce4e6221b4cf2664b05adcc5
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 <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
target-i386/translate.c
This page took 0.024537 seconds and 4 git commands to generate.