* [Qemu-devel] [7128] target-mips: fix revision r7126
@ 2009-04-16 12:57 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2009-04-16 12:57 UTC (permalink / raw)
To: qemu-devel
Revision: 7128
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=7128
Author: aurel32
Date: 2009-04-16 12:57:50 +0000 (Thu, 16 Apr 2009)
Log Message:
-----------
target-mips: fix revision r7126
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Modified Paths:
--------------
trunk/target-mips/translate.c
Modified: trunk/target-mips/translate.c
===================================================================
--- trunk/target-mips/translate.c 2009-04-16 11:51:19 UTC (rev 7127)
+++ trunk/target-mips/translate.c 2009-04-16 12:57:50 UTC (rev 7128)
@@ -7295,7 +7295,7 @@
tcg_gen_extu_i32_tl(t1, fp0);
tcg_gen_qemu_st32(t1, t0, ctx->mem_idx);
tcg_temp_free_i32(fp0);
- tcg_temp_free_i32(t1);
+ tcg_temp_free(t1);
}
opn = "swxc1";
store = 1;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-16 12:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-16 12:57 [Qemu-devel] [7128] target-mips: fix revision r7126 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).