Re: [Qemu-devel] [PATCH] tcg/ppc: Add missing conditional compilation

2010-02-22 Thread malc
On Mon, 22 Feb 2010, Stefan Weil wrote: > INDEX_op_qemu_ld32s is only used when > TCG_TARGET_REG_BITS == 64. TCG_TARGET_REG_BITS is always 32 for PPC32. [..snip..] -- mailto:av1...@comtv.ru

[Qemu-devel] [PATCH] tcg/ppc: Add missing conditional compilation

2010-02-22 Thread Stefan Weil
INDEX_op_qemu_ld32s is only used when TCG_TARGET_REG_BITS == 64. This fixes a compile error (reported by Alexander Graf). Signed-off-by: Stefan Weil --- tcg/ppc/tcg-target.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/tcg/ppc/tcg-target.c b/tcg/ppc/tcg-target.c i