]> Git Repo - qemu.git/commit - target/i386/translate.c
target-i386: fix movntsd on big-endian hosts
authorPaolo Bonzini <[email protected]>
Wed, 7 Jan 2015 16:36:27 +0000 (17:36 +0100)
committerPaolo Bonzini <[email protected]>
Wed, 14 Jan 2015 09:38:57 +0000 (10:38 +0100)
commit07958082fdf39284935d38a5b8aec1fe7d020637
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: [email protected]
Reviewed-by: Eduardo Habkost <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
target-i386/translate.c
This page took 0.023176 seconds and 4 git commands to generate.