about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--031container.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/031container.cc b/031container.cc
index 03eac03f..fa008404 100644
--- a/031container.cc
+++ b/031container.cc
@@ -286,7 +286,7 @@ def main [
 def main [
   12:number <- copy 34
   13:number <- copy 35
-  15:address:number <- get-address 12:point/raw, 1:offset  # unsafe
+  15:address:number <- get-address 12:point, 1:offset
 ]
 +mem: storing 13 in location 15