Skip to content

Commit 1a03362

Browse files
committed
target/xtensa: fix pasto in pfwait.r opcode name
Core xtensa opcode table has pfwait.o instead of pfwait.r. Fix that. Fixes: c884400 ("target/xtensa: implement block prefetch option opcodes") Signed-off-by: Max Filippov <[email protected]>
1 parent f3bac27 commit 1a03362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target/xtensa/translate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3746,7 +3746,7 @@ static const XtensaOpcodeOps core_ops[] = {
37463746
.name = "pfwait.a",
37473747
.translate = translate_nop,
37483748
}, {
3749-
.name = "pfwait.o",
3749+
.name = "pfwait.r",
37503750
.translate = translate_nop,
37513751
}, {
37523752
.name = "pitlb",

0 commit comments

Comments
 (0)