qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [5495] PPC: fix dcbi instruction


From: Aurelien Jarno
Subject: [Qemu-devel] [5495] PPC: fix dcbi instruction
Date: Wed, 15 Oct 2008 22:25:24 +0000

Revision: 5495
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5495
Author:   aurel32
Date:     2008-10-15 22:25:21 +0000 (Wed, 15 Oct 2008)

Log Message:
-----------
PPC: fix dcbi instruction

Signed-off-by: Aurelien Jarno <address@hidden>

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

Modified: trunk/target-ppc/translate.c
===================================================================
--- trunk/target-ppc/translate.c        2008-10-15 17:00:45 UTC (rev 5494)
+++ trunk/target-ppc/translate.c        2008-10-15 22:25:21 UTC (rev 5495)
@@ -3759,6 +3759,7 @@
     }
     EA = tcg_temp_new(TCG_TYPE_TL);
     gen_addr_reg_index(EA, ctx);
+    val = tcg_temp_new(TCG_TYPE_TL);
     /* XXX: specification says this should be treated as a store by the MMU */
     gen_qemu_ld8u(val, EA, ctx->mem_idx);
     gen_qemu_st8(val, EA, ctx->mem_idx);






reply via email to

[Prev in Thread] Current Thread [Next in Thread]