* [Qemu-devel] [6152] Fix TCG error in gen_avr_ptr.
@ 2009-01-03 13:31 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2009-01-03 13:31 UTC (permalink / raw)
To: qemu-devel
Revision: 6152
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6152
Author: aurel32
Date: 2009-01-03 13:31:10 +0000 (Sat, 03 Jan 2009)
Log Message:
-----------
Fix TCG error in gen_avr_ptr.
Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Modified Paths:
--------------
trunk/target-ppc/translate.c
Modified: trunk/target-ppc/translate.c
===================================================================
--- trunk/target-ppc/translate.c 2009-01-03 13:14:52 UTC (rev 6151)
+++ trunk/target-ppc/translate.c 2009-01-03 13:31:10 UTC (rev 6152)
@@ -6085,7 +6085,7 @@
static always_inline TCGv_ptr gen_avr_ptr(int reg)
{
- TCGv_ptr r = tcg_temp_new();
+ TCGv_ptr r = tcg_temp_new_ptr();
tcg_gen_addi_ptr(r, cpu_env, offsetof(CPUPPCState, avr[reg]));
return r;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-03 13:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-03 13:31 [Qemu-devel] [6152] Fix TCG error in gen_avr_ptr 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).