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", "",