about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-29 18:35:20 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-29 18:35:20 -0700
commit12e2b93a4bec024f3000adafb013d9490c821ae8 (patch)
tree6c50feabc90a379307d4e6fffbdfb304a6f7cb6f
parent59cf3ae9837c22eba57dc14aff1e5deb4597b499 (diff)
downloadmu-12e2b93a4bec024f3000adafb013d9490c821ae8.tar.gz
6598
-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
dded tests for "/account enable"' href='/danisanti/profani-tty/commit/tests/test_cmd_account.h?id=4216949b2ea220b0e32fb740d7d7f871f42ab747'>4216949b ^
3c0bbed7 ^

3c0bbed7 ^
e14b4ef5 ^


e14b4ef5 ^
52f6ad6f ^


52f6ad6f ^



9b41c4ee ^
8adca66f ^
3b2446c4 ^
f6da9444 ^


de06c40d ^
de06c40d ^
c20e38a4 ^


76e7a834 ^


ba66d6b7 ^

f47bd58a ^




7a63cf2e ^



6d6bc67d ^
122fe09c ^

122fe09c ^
f6da9444 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55