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 23b078fe..5f7ec492 100644
--- a/apps/arith.mu
+++ b/apps/arith.mu
@@ -46,7 +46,7 @@ fn main -> exit-status/ebx: int {
     compare look, 0
     break-if-=
     # print
-    print-int32-to-screen n
+    print-int32-hex-to-screen n
     print-string-to-screen "\n"
     #
     loop