about summary refs log tree commit diff stats
path: root/mu.arc.t
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-10-05 15:05:26 -0700
committerKartik K. Agaram <vc@akkartik.com>2014-10-05 15:07:52 -0700
commit2b9727b18150b40d51a13666ba8e73c33621c986 (patch)
treea0f7f613a51d9a1b85c960f9e757771a96b99066 /mu.arc.t
parent5fca71f1ee984f55f99ecf0ddf2e45dd492822ac (diff)
downloadmu-2b9727b18150b40d51a13666ba8e73c33621c986.tar.gz
109
Diffstat (limited to 'mu.arc.t')
-rw-r--r--mu.arc.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.arc.t b/mu.arc.t
index 19e82d75..0e82da57 100644
--- a/mu.arc.t
+++ b/mu.arc.t
@@ -426,7 +426,7 @@
   '((main
       ((1 integer) <- literal 34)
       ((2 integer) <- literal t)
-      ((3 integer-boolean-pair-address) <- get-address (1 integer-point-pair) (1 offset)))))
+      ((3 boolean-address) <- get-address (1 integer-boolean-pair) (1 offset)))))
 (run 'main)
 ;? (prn memory*)
 (if (~iso memory* (obj 1 34  2 t  3 2))