mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-28 20:00:38 -07:00
target/xtensa: fix pasto in pfwait.r opcode name
Core xtensa opcode table has pfwait.o instead of pfwait.r. Fix that.
Fixes: c884400f29 ("target/xtensa: implement block prefetch option opcodes")
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
This commit is contained in:
parent
f3bac27cc1
commit
1a03362b14
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue