From 901ae474300d70bcc00e7e0b420ca87c8cbf6f55 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 30 Dec 2018 20:24:37 -0800 Subject: 4899 Bug in my linkify tool introduced in commit 4891. --- html/subx/056write.subx.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'html/subx/056write.subx.html') diff --git a/html/subx/056write.subx.html b/html/subx/056write.subx.html index 01337f40..304a06f2 100644 --- a/html/subx/056write.subx.html +++ b/html/subx/056write.subx.html @@ -89,7 +89,7 @@ if ('onhashchange' in window) { 28 cd/syscall 0x80/imm8 29 30 # TODO: come up with a way to signal when a write to disk fails - 31 write: # f : fd or (address stream), s : (address array byte) -> <void> + 31 write: # f : fd or (address stream), s : (address array byte) -> <void> 32 # . prolog 33 55/push-EBP 34 89/copy 3/mod/direct 5/rm32/EBP . . . 4/r32/ESP . . # copy ESP to EBP @@ -143,7 +143,7 @@ if ('onhashchange' in window) { 82 5d/pop-to-EBP 83 c3/return 84 - 85 clear-stream: # f : (address stream) -> <void> + 85 clear-stream: # f : (address stream) -> <void> 86 # . prolog 87 55/push-EBP 88 89/copy 3/mod/direct 5/rm32/EBP . . . 4/r32/ESP . . # copy ESP to EBP @@ -181,7 +181,7 @@ if ('onhashchange' in window) { 120 5d/pop-to-EBP 121 c3/return 122 -123 test-write-single: +123 test-write-single: 124 # clear-stream(_test-stream) 125 # . . push args 126 68/push _test-stream/imm32 @@ -211,7 +211,7 @@ if ('onhashchange' in window) { 150 # end 151 c3/return 152 -153 test-write-appends: +153 test-write-appends: 154 # clear-stream(_test-stream) 155 # . . push args 156 68/push _test-stream/imm32 @@ -251,7 +251,7 @@ if ('onhashchange' in window) { 190 191 == data 192 -193 _test-stream: +193 _test-stream: 194 # current write index 195 00 00 00 00 196 # current read index -- cgit 1.4.1-2-gfad0