From 9bcc98f4a67f418d372a934cd1c9e2771a586e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergi=20=C3=80lvarez=20i=20Capilla?= Date: Wed, 23 Mar 2022 17:26:55 +0100 Subject: [PATCH] Improve arc plugin description --- libr/asm/p/asm_arc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libr/asm/p/asm_arc.c b/libr/asm/p/asm_arc.c index 8a63ad4874642..cb514eed7212a 100644 --- a/libr/asm/p/asm_arc.c +++ b/libr/asm/p/asm_arc.c @@ -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" };