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.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/026assert.cc b/026assert.cc
index 277ade39..7217d5c2 100644
--- a/026assert.cc
+++ b/026assert.cc
@@ -15,7 +15,9 @@ case ASSERT: {
   assert(ingredients.at(0).size() == 1);  // scalar
   if (!ingredients.at(0).at(0)) {
     assert(isa_literal(current_instruction().ingredients.at(1)));
-    raise << current_instruction().ingredients.at(1).name << '\n';
+//?     tb_shutdown(); //? 1
+    raise << current_instruction().ingredients.at(1).name << '\n' << die();
+//?     exit(0); //? 1
   }
   break;
 }