about summary refs log tree commit diff stats
path: root/apps/arith.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-14 21:42:31 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-14 21:42:31 -0700
commitad1e53df8b525f55d28f295ac9212d08af4dca90 (patch)
treeb7564119dc0a074c3a6c01c38fd3d388380d315f /apps/arith.mu
parent6b41ca6d95bf6dbafab3fdc85d7355ac8b365931 (diff)
downloadmu-ad1e53df8b525f55d28f295ac9212d08af4dca90.tar.gz
6778
Diffstat (limited to 'apps/arith.mu')
-rw-r--r--apps/arith.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/arith.mu b/apps/arith.mu
index fdf97213..46341157 100644
--- a/apps/arith.mu
+++ b/apps/arith.mu
@@ -243,7 +243,7 @@ fn skip-spaces _look: byte -> look/esi: byte {
 }
 
 fn get-char -> look/esi: byte {
-  var tmp/eax: byte <- read-key
+  var tmp/eax: byte <- read-key-from-real-keyboard
   look <- copy tmp
   compare look, 0
   {