From 55b57bb176fc1b5c9fb4ebda0e63656f84b89b75 Mon Sep 17 00:00:00 2001 From: Prashanth Mundkur Date: Tue, 26 Jan 2021 22:26:08 -0800 Subject: Fix up some missed and wrong cli options in C emulator. --- c_emulator/riscv_sim.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'c_emulator/riscv_sim.c') diff --git a/c_emulator/riscv_sim.c b/c_emulator/riscv_sim.c index 0d78a3a..5669dcf 100644 --- a/c_emulator/riscv_sim.c +++ b/c_emulator/riscv_sim.c @@ -205,22 +205,23 @@ char *process_args(int argc, char **argv) "a" "d" "m" + "P" "C" "N" "I" + "F" "i" "s" "p" "z:" "b:" "t:" + "T:" "h" "r:" - "T:" "V::" "v::" "l:" - "F:" , options, NULL); if (c == -1) break; switch (c) { -- cgit v1.1