* [Qemu-devel] [6643] Fix ColdFire fmovem.
@ 2009-02-24 22:17 Paul Brook
0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2009-02-24 22:17 UTC (permalink / raw)
To: qemu-devel
Revision: 6643
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6643
Author: pbrook
Date: 2009-02-24 22:17:35 +0000 (Tue, 24 Feb 2009)
Log Message:
-----------
Fix ColdFire fmovem. Free the temporary we just allocated rather than some
other arbitrary value (e.g. A7).
Signed-off-by: Paul Brook <paul@codesourcery.com>
Modified Paths:
--------------
trunk/target-m68k/translate.c
Modified: trunk/target-m68k/translate.c
===================================================================
--- trunk/target-m68k/translate.c 2009-02-23 15:19:34 UTC (rev 6642)
+++ trunk/target-m68k/translate.c 2009-02-24 22:17:35 UTC (rev 6643)
@@ -2237,7 +2237,7 @@
}
mask >>= 1;
}
- tcg_temp_free_i32(tmp32);
+ tcg_temp_free_i32(addr);
}
return;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-02-24 22:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-24 22:17 [Qemu-devel] [6643] Fix ColdFire fmovem Paul Brook
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).