qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6790] target-ppc: free a tcg temp variable
@ 2009-03-09  6:27 Aurelien Jarno
  0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2009-03-09  6:27 UTC (permalink / raw)
  To: qemu-devel

Revision: 6790
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6790
Author:   aurel32
Date:     2009-03-09 06:27:24 +0000 (Mon, 09 Mar 2009)
Log Message:
-----------
target-ppc: free a tcg temp variable

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

Modified Paths:
--------------
    trunk/target-ppc/translate_init.c

Modified: trunk/target-ppc/translate_init.c
===================================================================
--- trunk/target-ppc/translate_init.c	2009-03-09 06:27:14 UTC (rev 6789)
+++ trunk/target-ppc/translate_init.c	2009-03-09 06:27:24 UTC (rev 6790)
@@ -474,6 +474,7 @@
     tcg_gen_and_tl(t0, t0, cpu_gpr[gprn]);
     tcg_gen_st_tl(t0, cpu_env, offsetof(CPUState, excp_prefix));
     gen_store_spr(sprn, t0);
+    tcg_temp_free(t0);
 }
 
 static void spr_write_excp_vector (void *opaque, int sprn, int gprn)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-09 21:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-09  6:27 [Qemu-devel] [6790] target-ppc: free a tcg temp variable 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).