diff options
| author | uvok | 2026-01-23 20:32:19 +0100 |
|---|---|---|
| committer | uvok | 2026-01-23 20:32:19 +0100 |
| commit | 57775b39a940da5e5f29b9cb2ce6611ba107c587 (patch) | |
| tree | ddbf90611edd78c58365faaac8c6c7cbb3e5aaee /eater_cpu/cpp/Veater_computer__main.cpp | |
| parent | e99939491820df300a6179719d807f810e7f1680 (diff) | |
Add ncurses and disassembly
Diffstat (limited to 'eater_cpu/cpp/Veater_computer__main.cpp')
| -rw-r--r-- | eater_cpu/cpp/Veater_computer__main.cpp | 9 |
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; |
