about summary refs log tree commit diff stats
path: root/channel.mu
diff options
context:
space:
mode:
Diffstat (limited to 'channel.mu')
-rw-r--r--channel.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/channel.mu b/channel.mu
index c56e8889..3cd5ea0a 100644
--- a/channel.mu
+++ b/channel.mu
@@ -18,7 +18,7 @@
     ((n3 tagged-value-address) <- new-tagged-value (integer-address literal) (n2 integer-address))
     ((chan channel-address deref) <- write (chan channel-address) (n3 tagged-value-address deref))
     ((n integer) <- add (n integer) (1 literal))
-    (continue)
+    (loop)
   }
 ])
 
@@ -35,7 +35,7 @@
     (print-primitive ("consume: " literal))
     (print-primitive (n2 integer-address deref))
     (print-primitive ("\n" literal))
-    (continue)
+    (loop)
   }
 ])