projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3bac27
)
target/xtensa: fix pasto in pfwait.r opcode name
author
Max Filippov
<jcmvbkbc@gmail.com>
Wed, 26 Feb 2020 20:43:52 +0000
(12:43 -0800)
committer
Max Filippov
<jcmvbkbc@gmail.com>
Tue, 7 Apr 2020 23:08:11 +0000
(16:08 -0700)
Core xtensa opcode table has pfwait.o instead of pfwait.r. Fix that.
Fixes: c884400f2988 ("target/xtensa: implement block prefetch option opcodes")
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
target/xtensa/translate.c
patch
|
blob
|
history
diff --git
a/target/xtensa/translate.c
b/target/xtensa/translate.c
index 37f65b1f0305f84e858ad4d1e1232344e87b8f0e..1010c1ca876776ac0f4004fa325ae4e353c26e84 100644
(file)
--- a/
target/xtensa/translate.c
+++ b/
target/xtensa/translate.c
@@
-3746,7
+3746,7
@@
static const XtensaOpcodeOps core_ops[] = {
.name = "pfwait.a",
.translate = translate_nop,
}, {
- .name = "pfwait.
o
",
+ .name = "pfwait.
r
",
.translate = translate_nop,
}, {
.name = "pitlb",