about summary refs log tree commit diff stats
path: root/apps/tile/environment.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-10-12 19:00:16 -0700
committerKartik Agaram <vc@akkartik.com>2020-10-12 19:00:16 -0700
commit1faea03428d564c61f41d1a81d63ec1c393e20fb (patch)
treed839611d944d93fb0ef4233467f928f77a2729aa /apps/tile/environment.mu
parent32cc6779af5b6150dc0921e27de7d8acc2604c98 (diff)
downloadmu-1faea03428d564c61f41d1a81d63ec1c393e20fb.tar.gz
7013
Diffstat (limited to 'apps/tile/environment.mu')
-rw-r--r--apps/tile/environment.mu3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/tile/environment.mu b/apps/tile/environment.mu
index 339b6401..5ff176c2 100644
--- a/apps/tile/environment.mu
+++ b/apps/tile/environment.mu
@@ -764,8 +764,7 @@ fn render-column screen: (addr screen), functions: (addr handle function), bindi
     # render stack
     var curr-row/edx: int <- copy top-row
     curr-row <- add 3  # stack-margin-top
-    var _max-width/eax: int <- value-stack-max-width stack-addr
-    var max-width/esi: int <- copy _max-width
+    var max-width/esi: int <- copy 0
     var i/eax: int <- value-stack-length stack-addr
     {
       compare i, 0