about summary refs log tree commit diff stats
path: root/shell
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-05-19 19:55:29 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-05-19 19:55:29 -0700
commit6bbeadecaad7b6437626b10f7e230ba305c8496f (patch)
tree9652827e1467844be6db310032e0c3d78568688d /shell
parentf8c28e3a368b85ac3678ef379d1816bfd2ba23c7 (diff)
downloadmu-6bbeadecaad7b6437626b10f7e230ba305c8496f.tar.gz
.
Diffstat (limited to 'shell')
-rw-r--r--shell/main.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.mu b/shell/main.mu
index 16e23c7a..0e202fa5 100644
--- a/shell/main.mu
+++ b/shell/main.mu
@@ -56,7 +56,7 @@ fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk)
         # run
         var out: (handle cell)
         var out-ah/ecx: (addr handle cell) <- address out
-        evaluate tmp, out-ah, nil, globals, 0/trace, 0/no-fake-screen, 0/no-fake-keyboard, 0/call-number
+        evaluate tmp, out-ah, nil, globals, 0/no-trace, 0/no-fake-screen, 0/no-fake-keyboard, 0/call-number
         {
           var tmp/eax: byte <- read-key keyboard
           compare tmp, 0