about summary refs log tree commit diff stats
path: root/020run.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-07 10:40:45 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-07 12:47:13 -0700
commit8833d01ccf23a9348572d1cd3c34342b4ae2e6e3 (patch)
tree2b4e70fd7a1f324886ae45a982eb28b30e051f16 /020run.cc
parent1179f0d456004bf0a7edd92fc083047ac8992801 (diff)
downloadmu-8833d01ccf23a9348572d1cd3c34342b4ae2e6e3.tar.gz
1296 - roll back 1295
Diffstat (limited to '020run.cc')
-rw-r--r--020run.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/020run.cc b/020run.cc
index 2cbfdc45..d8fdcf55 100644
--- a/020run.cc
+++ b/020run.cc
@@ -55,7 +55,6 @@ void run_current_routine()
     if (current_instruction().is_label) { ++current_step_index(); continue; }
     trace("run") << "instruction " << current_recipe_name() << '/' << current_step_index();
     trace("run") << current_instruction().to_string();
-    assert(Memory[0] == 0);
 //?     trace("run") << Memory[1033] << '\n'; //? 1
 //?     cout << "operation " << current_instruction().operation << '\n'; //? 3
     switch (current_instruction().operation) {