Skip to content

Commit 103d999

Browse files
committed
Fix canonical order of RISC-V extension names in help information
Similar to commit d511c1e ("Use the canonical order of RISC-V extension names (sysprog21#363)"), this change corrects the display of the canonical order of RISC-V extension names in the help information. Link: sysprog21#359
1 parent f3c4d50 commit 103d999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ static char *prof_out_file;
5252
static void print_usage(const char *filename)
5353
{
5454
fprintf(stderr,
55-
"RV32I[MACF] Emulator which loads an ELF file to execute.\n"
55+
"RV32I[MAFC] Emulator which loads an ELF file to execute.\n"
5656
"Usage: %s [options] [filename] [arguments]\n"
5757
"Options:\n"
5858
" -t : print executable trace\n"

0 commit comments

Comments
 (0)