about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-10-10 21:32:43 -0700
committerKartik Agaram <vc@akkartik.com>2020-10-10 21:32:43 -0700
commit24c4854223abc8d7426f0c3094b0031c2aa8c343 (patch)
treebb13f31ddc7eb3efb6923c8eda9e1b8378bd2f9e /apps
parent818512d15a754c8ce092b2ee4e61cb611119b9fc (diff)
downloadmu-24c4854223abc8d7426f0c3094b0031c2aa8c343.tar.gz
6994
Diffstat (limited to 'apps')
-rw-r--r--apps/tile/environment.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tile/environment.mu b/apps/tile/environment.mu
index 6b00a4c7..21be6e55 100644
--- a/apps/tile/environment.mu
+++ b/apps/tile/environment.mu
@@ -141,7 +141,7 @@ $process:body: {
           get-cursor-word sandbox, functions, cursor-word-ah
           var _cursor-word/eax: (addr word) <- lookup *cursor-word-ah
           cursor-word <- copy _cursor-word
-          loop
+#?           loop
         }
         # then move to end of caller's previous word
         {