about summary refs log tree commit diff stats
path: root/103screen.subx
diff options
context:
space:
mode:
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