about summary refs log tree commit diff stats
path: root/103screen.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-29 18:01:44 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-29 18:01:44 -0700
commit690fa191f1533379a21ae9f0253f80068ad1a800 (patch)
treee8b732ebaf989e8ce7fbd218a77fa12df5f9737a /103screen.subx
parent05dabd816a8ead6ff0e949cc16bf30140811bad6 (diff)
downloadmu-690fa191f1533379a21ae9f0253f80068ad1a800.tar.gz
6595
Diffstat (limited to '103screen.subx')
-rw-r--r--103screen.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/103screen.subx b/103screen.subx
index e4645836..f37f994b 100644
--- a/103screen.subx
+++ b/103screen.subx
@@ -159,7 +159,7 @@ print-int32-to-screen:  # n: int
     55/push-ebp
     89/<- %ebp 4/r32/esp
     #
-    (print-int32-buffered Stdout *(ebp+8))
+    (write-int32-hex-buffered Stdout *(ebp+8))
     (flush Stdout)
 $print-int32-to-screen:end:
     # . epilogue