Skip to content

Commit

Permalink
Merge pull request #447 from visitorckw/fix-canonical-order
Browse files Browse the repository at this point in the history
Fix canonical order of RISC-V extension names in help information
  • Loading branch information
jserv committed May 25, 2024
2 parents f3c4d50 + 103d999 commit 69fae57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ static char *prof_out_file;
static void print_usage(const char *filename)
{
fprintf(stderr,
"RV32I[MACF] Emulator which loads an ELF file to execute.\n"
"RV32I[MAFC] Emulator which loads an ELF file to execute.\n"
"Usage: %s [options] [filename] [arguments]\n"
"Options:\n"
" -t : print executable trace\n"
Expand Down

0 comments on commit 69fae57

Please sign in to comment.