diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/arith.mu | 2 |
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 { |