Skip to content

Commit

Permalink
Improve arc plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
trufae committed Mar 23, 2022
1 parent 7234cf5 commit 9bcc98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/asm/p/asm_arc.c
Expand Up @@ -85,7 +85,7 @@ RAsmPlugin r_asm_plugin_arc = {
.arch = "arc",
.bits = 16 | 32,
.endian = R_SYS_ENDIAN_LITTLE | R_SYS_ENDIAN_BIG,
.desc = "Argonaut RISC Core",
.desc = "Argonaut RISC Core, ARC (-b 32) and ARCCompact (-b 16)",
.disassemble = &disassemble,
.license = "GPL3"
};
Expand Down

0 comments on commit 9bcc98f

Please sign in to comment.