about summary refs log tree commit diff stats
path: root/030container.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-08-06 19:02:32 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-08-06 19:02:32 -0700
commit5d1699c2c75adc9670bf14404466c8056910b709 (patch)
treea5b05441c2f1ef7d7b7ea7fd000dcfc9b21d4073 /030container.cc
parent9a61eb40b6e35e2ca2bdbd8200f0b458fe4fc600 (diff)
downloadmu-5d1699c2c75adc9670bf14404466c8056910b709.tar.gz
1948
Diffstat (limited to '030container.cc')
-rw-r--r--030container.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/030container.cc b/030container.cc
index 54a0df1f..a4aba7fa 100644
--- a/030container.cc
+++ b/030container.cc
@@ -334,8 +334,8 @@ container foo [
 recipe main [
   1:number <- copy 34
   2:number <- copy 35
-  3:number <- get 1:foo, x:offset
-  4:number <- get 1:foo, y:offset
+  3:number <- get 1:foo, 0:offset
+  4:number <- get 1:foo, 1:offset
 ]
 +mem: storing 34 in location 3
 +mem: storing 35 in location 4