From 0043952064be14219ca6c428802467b49e6018a3 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 2 Dec 2018 16:58:30 -0800 Subject: 4819 --- html/subx/examples/ex11.subx.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/subx/examples/ex11.subx.html') diff --git a/html/subx/examples/ex11.subx.html b/html/subx/examples/ex11.subx.html index 58ba0f11..cb2150db 100644 --- a/html/subx/examples/ex11.subx.html +++ b/html/subx/examples/ex11.subx.html @@ -264,7 +264,7 @@ if ('onhashchange' in window) { 199 e8/call kernel-string-equal/disp32 200 # . . discard args 201 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 8/imm32 # add to ESP -202 # check-ints-equal(EAX, 0) +202 # check-ints-equal(EAX, 0, msg) 203 # . . push args 204 68/push "F - test-compare-kernel-string-with-equal-array"/imm32 205 68/push 0/imm32/false @@ -284,7 +284,7 @@ if ('onhashchange' in window) { 219 e8/call kernel-string-equal/disp32 220 # . . discard args 221 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 8/imm32 # add to ESP -222 # check-ints-equal(EAX, 0) +222 # check-ints-equal(EAX, 0, msg) 223 # . . push args 224 68/push "F - test-compare-kernel-string-with-shorter-array"/imm32 225 68/push 0/imm32/false @@ -304,7 +304,7 @@ if ('onhashchange' in window) { 239 e8/call kernel-string-equal/disp32 240 # . . discard args 241 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 8/imm32 # add to ESP -242 # check-ints-equal(EAX, 0) +242 # check-ints-equal(EAX, 0, msg) 243 # . . push args 244 68/push "F - test-compare-kernel-string-with-longer-array"/imm32 245 68/push 0/imm32/false -- cgit 1.4.1-2-gfad0