From 57775b39a940da5e5f29b9cb2ce6611ba107c587 Mon Sep 17 00:00:00 2001 From: uvok Date: Fri, 23 Jan 2026 20:32:19 +0100 Subject: Add ncurses and disassembly --- eater_cpu/cpp/Veater_computer__main.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'eater_cpu/cpp/Veater_computer__main.cpp') 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; -- cgit v1.2.3