]> git.proxmox.com Git - qemu.git/commit - target-ppc/translate.c
PowerPC bugfixes:
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 22 Mar 2007 22:17:08 +0000 (22:17 +0000)
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 22 Mar 2007 22:17:08 +0000 (22:17 +0000)
commite864cabdc0a38bb598ddcf88b264896dc6f3e3b2
treeb0ee2c4af21aec414b5dd1d461aec4739061be95
parenta7222580366605ec15f3ffd83ddb0e62451b353b
PowerPC bugfixes:
- must clear carry bit when doing addic with a zero immediate value
- fix missing RETURN in micro-operation that would lead to random failures
  and crashes
- add USE_PRECISE_EMULATION compilation-time option to choose between
  getting exact floating point results and fast but less accurate computation.

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