Fix comment.

This commit is contained in:
joevt 2023-08-16 12:04:45 -07:00 committed by Maxim Poliakovski
parent 63b10175bf
commit 170a9d78e7
1 changed files with 1 additions and 1 deletions

View File

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