qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [5586] target-cris: access to TCG variables through GET_TCG


From: Aurelien Jarno
Subject: [Qemu-devel] [5586] target-cris: access to TCG variables through GET_TCGV()
Date: Sat, 01 Nov 2008 00:53:30 +0000

Revision: 5586
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5586
Author:   aurel32
Date:     2008-11-01 00:53:30 +0000 (Sat, 01 Nov 2008)

Log Message:
-----------
target-cris: access to TCG variables through GET_TCGV()

Fix build with DEBUG_TCGV enabled.

Signed-off-by: Aurelien Jarno <address@hidden>

Modified Paths:
--------------
    trunk/target-cris/translate.c

Modified: trunk/target-cris/translate.c
===================================================================
--- trunk/target-cris/translate.c       2008-11-01 00:53:19 UTC (rev 5585)
+++ trunk/target-cris/translate.c       2008-11-01 00:53:30 UTC (rev 5586)
@@ -951,7 +951,7 @@
                        tcg_gen_andi_tl(d, d, ~0xffff);
                tcg_gen_or_tl(d, d, tmp);
        }
-       if (tmp != d)
+       if (GET_TCGV(tmp) != GET_TCGV(d))
                tcg_temp_free(tmp);
 }
 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]