about summary refs log tree commit diff stats
path: root/035lookup.cc
diff options
context:
space:
mode:
Diffstat (limited to '035lookup.cc')
-rw-r--r--035lookup.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/035lookup.cc b/035lookup.cc
index 0c9e1543..54dee6e3 100644
--- a/035lookup.cc
+++ b/035lookup.cc
@@ -56,10 +56,6 @@ def main [
 
 :(before "End Preprocess write_memory(x, data)")
 canonize(x);
-if (x.value == 0) {
-  raise << "can't write to location 0 in '" << to_original_string(current_instruction()) << "'\n" << end();
-  return;
-}
 
 //: writes to address 0 always loudly fail
 :(scenario store_to_0_fails)