]> git.proxmox.com Git - qemu.git/commit - target-ppc/translate.c
Bugfix in PowerPC dcbi instruction:
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 26 Oct 2007 00:48:00 +0000 (00:48 +0000)
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 26 Oct 2007 00:48:00 +0000 (00:48 +0000)
commitdac454af57c6389c2e3df0b8b51a9b35429d8caa
tree61fd74c2144dc6f2c4e98474aaf2fd34028f452d
parentc7697e1f51025283663c45880587d2da0af31a79
Bugfix in PowerPC dcbi instruction:
 we must do a load before the store, or we'll store random data.
Update cache instructions comments.

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