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/061error.subx.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/subx/061error.subx.html') diff --git a/html/subx/061error.subx.html b/html/subx/061error.subx.html index e22783a5..f52ea308 100644 --- a/html/subx/061error.subx.html +++ b/html/subx/061error.subx.html @@ -72,7 +72,7 @@ if ('onhashchange' in window) { 13 cd/syscall 0x80/imm8 14 15 # write(out, "Error: "+msg+"\n") then stop(ed, 1) -16 error: # ed : (address exit-descriptor), out : fd or (address stream), msg : (address array byte) -> <void> +16 error: # ed : (address exit-descriptor), out : fd or (address stream), msg : (address array byte) -> <void> 17 # . prolog 18 55/push-EBP 19 89/copy 3/mod/direct 5/rm32/EBP . . . 4/r32/ESP . . # copy ESP to EBP -- cgit 1.4.1-2-gfad0 1.2.0'/>
path: root/all_tests.py
blob: 6693b8708e2bbabf0b15769277ff525c2a1504b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21