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/063print-byte.subx.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/subx/063print-byte.subx.html') diff --git a/html/subx/063print-byte.subx.html b/html/subx/063print-byte.subx.html index a16ac3b6..4a21bc33 100644 --- a/html/subx/063print-byte.subx.html +++ b/html/subx/063print-byte.subx.html @@ -73,7 +73,7 @@ if ('onhashchange' in window) { 12 b8/copy-to-EAX 1/imm32/exit 13 cd/syscall 0x80/imm8 14 - 15 print-byte: # f : (address buffered-file), n : int -> <void> + 15 print-byte: # f : (address buffered-file), n : int -> <void> 16 # . prolog 17 55/push-EBP 18 89/copy 3/mod/direct 5/rm32/EBP . . . 4/r32/ESP . . # copy ESP to EBP @@ -126,7 +126,7 @@ if ('onhashchange' in window) { 65 66 # extract lowest 4 bits and convert to 8-byte ascii 67 # return 0xffffffff if more than 4 bits are set - 68 hex-char: # n : int -> char_or_error/EAX + 68 hex-char: # n : int -> char_or_error/EAX 69 # . prolog 70 55/push-EBP 71 89/copy 3/mod/direct 5/rm32/EBP . . . 4/r32/ESP . . # copy ESP to EBP @@ -152,7 +152,7 @@ if ('onhashchange' in window) { 91 5d/pop-to-EBP 92 c3/return 93 - 94 test-print-byte: + 94 test-print-byte: 95 # - check that print-byte prints the hex textual representation 96 # setup 97 # . clear-stream(_test-stream) -- cgit 1.4.1-2-gfad0