about summary refs log tree commit diff stats
path: root/apps/arith.mu
diff options
context:
space:
mode:
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
   {