Skip to content

Commit

Permalink
fixed an issue with the -g switch which requires an argument. missing…
Browse files Browse the repository at this point in the history
… colon in string arg to getopt_long()
  • Loading branch information
billmcspadden-riscv authored and ptomsich committed Apr 4, 2023
1 parent 56a15cf commit 72b2516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_emulator/riscv_sim.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ char *process_args(int argc, char **argv)
"b:"
"t:"
"T:"
"g"
"g:"
"h"
#ifdef RVFI_DII
"r:"
Expand Down

0 comments on commit 72b2516

Please sign in to comment.