about summary refs log tree commit diff stats
path: root/026assert.cc
diff options
context:
space:
mode:
Diffstat (limited to '026assert.cc')
-rw-r--r--026assert.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/026assert.cc b/026assert.cc
index 7217d5c2..50456001 100644
--- a/026assert.cc
+++ b/026assert.cc
@@ -15,9 +15,8 @@ case ASSERT: {
   assert(ingredients.at(0).size() == 1);  // scalar
   if (!ingredients.at(0).at(0)) {
     assert(isa_literal(current_instruction().ingredients.at(1)));
-//?     tb_shutdown(); //? 1
+    tb_shutdown();
     raise << current_instruction().ingredients.at(1).name << '\n' << die();
-//?     exit(0); //? 1
   }
   break;
 }