projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d1628e
)
target-alpha: Implement WH64EN
author
Richard Henderson
<rth@twiddle.net>
Fri, 4 Jul 2014 04:04:26 +0000
(21:04 -0700)
committer
Richard Henderson
<rth@twiddle.net>
Mon, 18 May 2015 20:03:47 +0000
(13:03 -0700)
Backward compatible cache insn introduced for EV7.
Reported-by: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-alpha/translate.c
patch
|
blob
|
history
diff --git
a/target-alpha/translate.c
b/target-alpha/translate.c
index 74f5d07f5611be1c61d6501ec5a76334610dfffc..953d1ef48d64ff7108d90befa01954b889365c6c 100644
(file)
--- a/
target-alpha/translate.c
+++ b/
target-alpha/translate.c
@@
-2318,6
+2318,10
@@
static ExitStatus translate_one(DisasContext *ctx, uint32_t insn)
/* WH64 */
/* No-op */
break;
+ case 0xFC00:
+ /* WH64EN */
+ /* No-op */
+ break;
default:
goto invalid_opc;
}