Skip to content

Commit f151610

Browse files
authored
Merge pull request sysprog21#447 from visitorckw/fix-canonical-order
Fix canonical order of RISC-V extension names in help information
2 parents 260faaa + 848cc0f commit f151610

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)