Re: [Qemu-devel] [PATCH] tcg/mips: fix invalid op definition errors

2013-08-13 Thread James Hogan
On 08/08/13 17:10, Richard Henderson wrote: > On 08/08/2013 04:40 AM, James Hogan wrote: >> tcg/mips/tcg-target.h defines various operations conditionally depending >> upon the isa revision, however these operations are included in >> mips_op_defs[] unconditionally resulting in the following runtim

Re: [Qemu-devel] [PATCH] tcg/mips: fix invalid op definition errors

2013-08-08 Thread Aurelien Jarno
On Thu, Aug 08, 2013 at 03:40:23PM +0100, James Hogan wrote: > tcg/mips/tcg-target.h defines various operations conditionally depending > upon the isa revision, however these operations are included in > mips_op_defs[] unconditionally resulting in the following runtime errors > if CONFIG_DEBUG_TCG

Re: [Qemu-devel] [PATCH] tcg/mips: fix invalid op definition errors

2013-08-08 Thread Richard Henderson
On 08/08/2013 04:40 AM, James Hogan wrote: > tcg/mips/tcg-target.h defines various operations conditionally depending > upon the isa revision, however these operations are included in > mips_op_defs[] unconditionally resulting in the following runtime errors > if CONFIG_DEBUG_TCG is defined: > > I

[Qemu-devel] [PATCH] tcg/mips: fix invalid op definition errors

2013-08-08 Thread James Hogan
tcg/mips/tcg-target.h defines various operations conditionally depending upon the isa revision, however these operations are included in mips_op_defs[] unconditionally resulting in the following runtime errors if CONFIG_DEBUG_TCG is defined: Invalid op definition for movcond_i32 Invalid op definit