]> git.proxmox.com Git - mirror_qemu.git/commit - target-ppc/translate_init.c
ppc: Correctly define POWERPC_INSNS2_DEFAULT
authorMeador Inge <meadori@codesourcery.com>
Thu, 23 Feb 2012 03:44:14 +0000 (03:44 +0000)
committerAlexander Graf <agraf@suse.de>
Thu, 15 Mar 2012 12:12:12 +0000 (13:12 +0100)
commit6bbc5ed163d0eb8e3268ec81742a0d4f4f0bfc22
tree166712185cfc82a6c59c39c65fce02aaf044d307
parentd07fee7e8ad9d3611404fa145270d3b885b2772a
ppc: Correctly define POWERPC_INSNS2_DEFAULT

'POWERPC_INSNS2_DEFAULT' was defined incorrectly which was causing the
opcode table creation code to erroneously register 'eieio' and 'mbar'
for the "default" processor:

   ** ERROR: opcode 1a already assigned in opcode table 16
   *** ERROR: unable to insert opcode [1f-16-1a]
   *** ERROR initializing PowerPC instruction 0x1f 0x16 0x1a

Signed-off-by: Meador Inge <meadori@codesourcery.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/translate_init.c