From 170a9d78e7bd17b322f49c6b79222d89e105de9b Mon Sep 17 00:00:00 2001 From: joevt Date: Wed, 16 Aug 2023 12:04:45 -0700 Subject: [PATCH] Fix comment. --- cpu/ppc/ppcdisasm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/ppc/ppcdisasm.cpp b/cpu/ppc/ppcdisasm.cpp index ec7ccd5..e710ca6 100644 --- a/cpu/ppc/ppcdisasm.cpp +++ b/cpu/ppc/ppcdisasm.cpp @@ -101,7 +101,7 @@ const char* opc_bim_str[6] = {/* boolean immediate instructions */ "andi.", "andis."}; -const char* opc_logic[16] = {/* indexed load/store opcodes */ +const char* opc_logic[16] = {/* logic instructions */ "and", "andc", "",