diff --git a/dbt-rise-riscv b/dbt-rise-riscv index 0521018..e187284 160000 --- a/dbt-rise-riscv +++ b/dbt-rise-riscv @@ -1 +1 @@ -Subproject commit 0521018e442a4c314d14774ef80535baf3ca2b16 +Subproject commit e18728450167372fc75a6d430ad059978d66ed75 diff --git a/scc b/scc index ad44f61..d68acaa 160000 --- a/scc +++ b/scc @@ -1 +1 @@ -Subproject commit ad44f61ee0ce42c5b40c99fab36eb57ce8f6a87f +Subproject commit d68acaab98145264ff5041329f5bb423f0069da4 diff --git a/src/CLIParser.cpp b/src/CLIParser.cpp index 1c7d621..9861815 100644 --- a/src/CLIParser.cpp +++ b/src/CLIParser.cpp @@ -28,6 +28,7 @@ CLIParser::CLIParser(int argc, char* argv[]) // --help option if(vm_.count("help")) { std::cout << "DBT-RISE-TGC based virtual platform of TGC cores" << std::endl << desc << std::endl; + exit(0); } po::notify(vm_); // throws on error, so do after help in case there are any problems valid = true;