target-i386: fix movntsd on big-endian hosts
commit07958082fdf39284935d38a5b8aec1fe7d020637
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 7 Jan 2015 16:36:27 +0000 (7 17:36 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 14 Jan 2015 09:38:57 +0000 (14 10:38 +0100)
treeaa72ae2804206c590224d74182b149c07e5edfb6
parent3b9985e9a104dd90427570dd4e06e4d1f152c48b
target-i386: fix movntsd on big-endian hosts

This was accessing an XMM register's low half without going through XMM_Q.

Cc: qemu-stable@nongnu.org
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target-i386/translate.c