diff options
Diffstat (limited to 'sim/main.cc')
-rw-r--r-- | sim/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/main.cc b/sim/main.cc index 2a0427303..0147ffcc3 100644 --- a/sim/main.cc +++ b/sim/main.cc @@ -396,7 +396,7 @@ main(int argc, char **argv) // Echo command line and all parameter settings to stats file as well. echoCommandLine(argc, argv, *outputStream); - ParamContext::showAllContexts(builderStream()); + ParamContext::showAllContexts(*configStream); // Now process the configuration hierarchy and create the SimObjects. ConfigHierarchy configHierarchy(simConfigDB); |