summaryrefslogtreecommitdiff
path: root/eater_cpu/cpp/Veater_computer__main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eater_cpu/cpp/Veater_computer__main.cpp')
-rw-r--r--eater_cpu/cpp/Veater_computer__main.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/eater_cpu/cpp/Veater_computer__main.cpp b/eater_cpu/cpp/Veater_computer__main.cpp
index 40b39b3..3bdb786 100644
--- a/eater_cpu/cpp/Veater_computer__main.cpp
+++ b/eater_cpu/cpp/Veater_computer__main.cpp
@@ -94,16 +94,17 @@ int main(int argc, char **argv, char **) {
tfp->close();
simpc_ui_finish_message(contextp, topp);
- if (VL_LIKELY(!contextp->gotFinish())) {
- VL_DEBUG_IF(VL_PRINTF("+ Exiting without $finish; no events left\n"););
- }
+ // if (VL_LIKELY(!contextp->gotFinish())) {
+ // VL_DEBUG_IF(VL_PRINTF("+ Exiting without $finish; no events left\n"););
+ // }
// Execute 'final' processes
topp->final();
// Print statistical summary report
- contextp->statsPrintSummary();
+ // contextp->statsPrintSummary();
+ simpc_ui_confirm_finish();
simpc_ui_cleanup();
return 0;