]> git.proxmox.com Git - qemu.git/commit
target-i386: fix lddqu SSE instruction
authorAurelien Jarno <aurelien@aurel32.net>
Sat, 6 Mar 2010 17:33:53 +0000 (18:33 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 6 Mar 2010 18:40:06 +0000 (19:40 +0100)
commit7d5625d5f7c1550a41774bed699c0d9b3feeedec
tree4766d7277c9dc8100d92119ad189d95802356d40
parentcc21d131e347673564ccc10f9d30c9995f4b664e
target-i386: fix lddqu SSE instruction

This instruction load data from memory to register and not the reverse.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
(cherry picked from commit c22549204a6edc431e8e4358e61bd56386ff6957)
target-i386/translate.c