From 604c8315bd7251daa898dd646cb8595f3700ed21 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 1 Sep 2019 23:57:29 -0700 Subject: 5607 --- html/apps/crenshaw2-1b.subx.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/apps/crenshaw2-1b.subx.html') diff --git a/html/apps/crenshaw2-1b.subx.html b/html/apps/crenshaw2-1b.subx.html index 7088439a..4918134a 100644 --- a/html/apps/crenshaw2-1b.subx.html +++ b/html/apps/crenshaw2-1b.subx.html @@ -123,7 +123,7 @@ if ('onhashchange' in window) { 62 74/jump-if-equal $run-main/disp8 63 # run-tests() 64 e8/call run-tests/disp32 - 65 # return *Num-test-failures + 65 # syscall(exit, *Num-test-failures) 66 8b/copy 0/mod/indirect 5/rm32/.disp32 . . 3/r32/ebx Num-test-failures/disp32 # copy *Num-test-failures to ebx 67 eb/jump $main:end/disp8 68 $run-main: @@ -134,7 +134,7 @@ if ('onhashchange' in window) { 73 # configure ed to really exit() 74 # . ed->target = 0 75 c7 0/subop/copy 0/mod/direct 0/rm32/eax . . . . . 0/imm32 # copy to *eax - 76 # return compile(Stdin, 1/stdout, 2/stderr, ed) + 76 # compile(Stdin, 1/stdout, 2/stderr, ed) 77 # . . push args 78 50/push-eax/ed 79 68/push 2/imm32/stderr @@ -144,7 +144,7 @@ if ('onhashchange' in window) { 83 e8/call compile/disp32 84 # . . discard args 85 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 0x10/imm32 # add to esp - 86 # . syscall(exit, 0) + 86 # syscall(exit, 0) 87 bb/copy-to-ebx 0/imm32 88 $main:end: 89 b8/copy-to-eax 1/imm32/exit -- cgit 1.4.1-2-gfad0