]> git.proxmox.com Git - mirror_qemu.git/commit
Fix rfi instruction: do not depend on current execution mode
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 30 Mar 2007 10:22:46 +0000 (10:22 +0000)
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 30 Mar 2007 10:22:46 +0000 (10:22 +0000)
commita42bd6ccdfefbadfc34d381c42d64a78f532df63
tree0b6566dae1d57359b5e106a9dba199693ff89f9f
parent363be49c86af1ebe423df4087c7b021459ecd8cc
Fix rfi instruction: do not depend on current execution mode
 but on the execution mode that will be effective after the return.
Add rfci, rfdi and rfmci for BookE PowerPC.
Extend mfdcr / mtdcr and implement mfdrcx / mtdcrx.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2544 c046a42c-6fe2-441c-8c8c-71466251a162
target-ppc/op.c
target-ppc/op_helper.c
target-ppc/op_helper.h
target-ppc/translate.c