qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] Alpha cpu: fix emulation of ecb


From: Tristan Gingold
Subject: [Qemu-devel] [PATCH] Alpha cpu: fix emulation of ecb
Date: Fri, 10 Apr 2009 10:51:24 +0200

As ECB is a hint, it can be safely emulated as a nop.

This change is necessary to boot Tru64.

Signed-off-by: Tristan Gingold <address@hidden>
---
 target-alpha/translate.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/target-alpha/translate.c b/target-alpha/translate.c
index ff9d8e2..9702214 100644
--- a/target-alpha/translate.c
+++ b/target-alpha/translate.c
@@ -1720,12 +1720,6 @@ static always_inline int translate_one (DisasContext 
*ctx, uint32_t insn)
             break;
         case 0xE800:
             /* ECB */
-            /* XXX: TODO: evict tb cache at address rb */
-#if 0
-            ret = 2;
-#else
-            goto invalid_opc;
-#endif
             break;
         case 0xF000:
             /* RS */
-- 
1.6.2





reply via email to

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