about summary refs log tree commit diff stats
path: root/html/035lookup.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-08-18 21:31:01 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-08-18 21:31:01 -0700
commit513ba3308502df6b576afd95aa20a57e0ec76d1f (patch)
tree322a84ab27928096e29af1f23c9b0b0fa638e4e1 /html/035lookup.cc.html
parent7cc017e545cb3d4c4b67403eff0c82993e2b587b (diff)
downloadmu-513ba3308502df6b576afd95aa20a57e0ec76d1f.tar.gz
3227
Diffstat (limited to 'html/035lookup.cc.html')
-rw-r--r--html/035lookup.cc.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/html/035lookup.cc.html b/html/035lookup.cc.html
index c6fa72cf..0cab088a 100644
--- a/html/035lookup.cc.html
+++ b/html/035lookup.cc.html
@@ -92,10 +92,6 @@ def main [
 
 <span class="Delimiter">:(before &quot;End Preprocess write_memory(x, data)&quot;)</span>
 canonize<span class="Delimiter">(</span>x<span class="Delimiter">);</span>
-<span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>value == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span>
-  raise &lt;&lt; <span class="Constant">&quot;can't write to location 0 in '&quot;</span> &lt;&lt; to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> &lt;&lt; <span class="Constant">&quot;'</span><span class="cSpecial">\n</span><span class="Constant">&quot;</span> &lt;&lt; end<span class="Delimiter">();</span>
-  <span class="Identifier">return</span><span class="Delimiter">;</span>
-<span class="Delimiter">}</span>
 
 <span class="Comment">//: writes to address 0 always loudly fail</span>
 <span class="Delimiter">:(scenario store_to_0_fails)</span>