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.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/channel.mu b/channel.mu
index 4fa6adaf..92746a62 100644
--- a/channel.mu
+++ b/channel.mu
@@ -39,6 +39,7 @@
 ])
 
 (function main [
+  (default-space:space-address <- new space:literal 30:literal)
   (chan:channel-address <- init-channel 3:literal)
   ; create two background 'routines' that communicate by a channel
   (routine1:integer <- fork consumer:fn nil:literal/globals nil:literal/limit chan:channel-address)