about summary refs log tree commit diff stats
path: root/066write-int-hex.subx
diff options
context:
space:
mode:
Diffstat (limited to '066write-int-hex.subx')
-rw-r--r--066write-int-hex.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/066write-int-hex.subx b/066write-int-hex.subx
index eb3e48c4..27753e50 100644
--- a/066write-int-hex.subx
+++ b/066write-int-hex.subx
@@ -194,7 +194,7 @@ write-int32-hex:  # f: (addr stream byte), n: int
     51/push-ecx
     # ecx = 28
     b9/copy-to-ecx  0x1c/imm32
-$write-int32-hex:print-hex-prefix:
+$write-int32-hex:hex-prefix:
     # write(f, "0x")
     # . . push args
     68/push  "0x"/imm32
@@ -282,7 +282,7 @@ write-int32-hex-buffered:  # f: (addr buffered-file), n: int
     51/push-ecx
     # ecx = 28
     b9/copy-to-ecx  0x1c/imm32
-$write-int32-hex-buffered:print-hex-prefix:
+$write-int32-hex-buffered:hex-prefix:
     # write-buffered(f, "0x")
     # . . push args
     68/push  "0x"/imm32