]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
target/xtensa: fix pasto in pfwait.r opcode name
authorMax Filippov <jcmvbkbc@gmail.com>
Wed, 26 Feb 2020 20:43:52 +0000 (12:43 -0800)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 22 Jun 2020 17:52:55 +0000 (12:52 -0500)
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>
(cherry picked from commit 1a03362b14affa4d8ddede55df6e21d7a07b87c2)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target/xtensa/translate.c

index a99f5296e2f4f1d01fd21cfb3fd047e85a11bb0e..2ec0e5a047ed0e9b9c09265186499705af6fddcb 100644 (file)
@@ -3740,7 +3740,7 @@ static const XtensaOpcodeOps core_ops[] = {
         .name = "pfwait.a",
         .translate = translate_nop,
     }, {
-        .name = "pfwait.o",
+        .name = "pfwait.r",
         .translate = translate_nop,
     }, {
         .name = "pitlb",