* [Qemu-devel] [5586] target-cris: access to TCG variables through GET_TCGV()
@ 2008-11-01 0:53 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-11-01 0:53 UTC (permalink / raw)
To: qemu-devel
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 <aurelien@aurel32.net>
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);
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-01 0:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-01 0:53 [Qemu-devel] [5586] target-cris: access to TCG variables through GET_TCGV() Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).