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/hex.subx.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/apps/hex.subx.html') diff --git a/html/apps/hex.subx.html b/html/apps/hex.subx.html index 6478a270..d8a455e4 100644 --- a/html/apps/hex.subx.html +++ b/html/apps/hex.subx.html @@ -110,7 +110,7 @@ if ('onhashchange' in window) { 49 74/jump-if-equal $run-main/disp8 50 # run-tests() 51 e8/call run-tests/disp32 - 52 # return *Num-test-failures + 52 # syscall(exit, *Num-test-failures) 53 8b/copy 0/mod/indirect 5/rm32/.disp32 . . 3/r32/ebx Num-test-failures/disp32 # copy *Num-test-failures to ebx 54 eb/jump $main:end/disp8 55 $run-main: @@ -121,7 +121,7 @@ if ('onhashchange' in window) { 60 # configure ed to really exit() 61 # . ed->target = 0 62 c7 0/subop/copy 0/mod/direct 0/rm32/eax . . . . . 0/imm32 # copy to *eax - 63 # return convert(Stdin, 1/stdout, 2/stderr, ed) + 63 # convert(Stdin, 1/stdout, 2/stderr, ed) 64 # . . push args 65 50/push-eax/ed 66 68/push Stderr/imm32 @@ -131,7 +131,7 @@ if ('onhashchange' in window) { 70 e8/call convert/disp32 71 # . . discard args 72 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 0x10/imm32 # add to esp - 73 # . syscall(exit, 0) + 73 # syscall(exit, 0) 74 bb/copy-to-ebx 0/imm32 75 $main:end: 76 b8/copy-to-eax 1/imm32/exit -- cgit 1.4.1-2-gfad0