]> git.proxmox.com Git - mirror_qemu.git/commit - target-ppc/translate.c
Fix CR ops with complement, thanks to Julian Seward for testing
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 31 Oct 2007 22:02:17 +0000 (22:02 +0000)
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 31 Oct 2007 22:02:17 +0000 (22:02 +0000)
commitfc0d441e14f07a35f9ea67ac8ca032a2ea902b38
treed4a93196453e54252f08e88067000b195d8c10ef
parenta79ee211ceee191de97d0862a93128e7688a2843
Fix CR ops with complement, thanks to Julian Seward for testing
                            and reporting the bug :
* remove bugged CR ops specific micro-ops
* use standard and / or / shift operations instead
* comment not-used-anymore op_store_T1_crf_crf micro-op template.

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