From: malc Date: Mon, 28 Jul 2008 19:42:20 +0000 (+0000) Subject: Fix preprocessor guard condition X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~14327 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=880e52b8b037d5878c1120a15b45ebf6ac690d31;p=sdk%2Femulator%2Fqemu.git Fix preprocessor guard condition git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4959 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/tcg/ppc64/tcg-target.c b/tcg/ppc64/tcg-target.c index f09208a..4d1d1ec 100644 --- a/tcg/ppc64/tcg-target.c +++ b/tcg/ppc64/tcg-target.c @@ -523,7 +523,7 @@ static void *qemu_st_helpers[4] = { static void tcg_out_tlb_read (TCGContext *s, int r0, int r1, int r2, int addr_reg, int s_bits, int offset) { -#ifdef TARGET_LONG_BITS +#if TARGET_LONG_BITS == 32 tcg_out_rld (s, RLDICL, addr_reg, addr_reg, 0, 32); tcg_out32 (s, (RLWINM