From 8aeb85f04ee68b960a6d326aca1a17dec2f6d019 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 9 Dec 2019 01:26:58 -0800 Subject: 5806 --- html/051test.subx.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'html/051test.subx.html') diff --git a/html/051test.subx.html b/html/051test.subx.html index c60561c2..b16e8a13 100644 --- a/html/051test.subx.html +++ b/html/051test.subx.html @@ -99,7 +99,7 @@ if ('onhashchange' in window) { 40 68/push "."/imm32 41 68/push 2/imm32/stderr 42 # . . call - 43 e8/call _write/disp32 + 43 e8/call _write/disp32 44 # . . discard args 45 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp 46 # . return @@ -112,7 +112,7 @@ if ('onhashchange' in window) { 53 51/push-ecx 54 68/push 2/imm32/stderr 55 # . . call - 56 e8/call _write/disp32 + 56 e8/call _write/disp32 57 # . . discard args 58 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp 59 # . _write(2/stderr, Newline) @@ -120,7 +120,7 @@ if ('onhashchange' in window) { 61 68/push Newline/imm32 62 68/push 2/imm32/stderr 63 # . . call - 64 e8/call _write/disp32 + 64 e8/call _write/disp32 65 # . . discard args 66 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp 67 # increment Num-test-failures @@ -139,26 +139,26 @@ if ('onhashchange' in window) { 80 81 # length-prefixed string containing just a single newline 82 # convenient to have when printing messages and so on - 83 Newline: - 84 # size + 83 Newline: # (ref array byte) + 84 # size : int 85 1/imm32 86 # data 87 0a/newline 88 89 # every test failure increments this counter - 90 Num-test-failures: + 90 Num-test-failures: # int 91 0/imm32 92 93 # length-prefixed string containing just a single space - 94 Space: - 95 # size + 94 Space: # (ref array byte) + 95 # size : int 96 1/imm32 97 # data 98 20/space 99 100 # length-prefixed string containing just a single slash -101 Slash: -102 # size +101 Slash: # (ref array byte) +102 # size : int 103 1/imm32 104 # data 105 2f/slash -- cgit 1.4.1-2-gfad0