]> git.proxmox.com Git - qemu.git/commit
Fix RFI(d)
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 7 Mar 2009 20:56:21 +0000 (20:56 +0000)
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 7 Mar 2009 20:56:21 +0000 (20:56 +0000)
commit2ada0ed785a923e35175c084f09a656b10d1a4fa
treea912c6a70731de486696431137686cdd54438b3d
parent4911012d267519d104a3123783c9b86bddc59f39
Fix RFI(d)

The current implementation masks some MSR bits from SRR1 as it is
given on rfi(d). This looks pretty wrong and breaks Altivec.

Signed-off-by: Alexander Graf <alex@csgraf.de>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6754 c046a42c-6fe2-441c-8c8c-71466251a162
target-ppc/op_helper.c