commit | 07958082fdf39284935d38a5b8aec1fe7d020637 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Jan 07 17:36:27 2015 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Jan 14 10:38:57 2015 +0100 |
tree | aa72ae2804206c590224d74182b149c07e5edfb6 | |
parent | 3b9985e9a104dd90427570dd4e06e4d1f152c48b [diff] |
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>