From 44e030822e03b28b53db0f73a9d5d1a3913cee4a Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 10 Jan 2019 17:19:00 -0800 Subject: 4919 --- html/subx/064write-buffered.subx.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/subx/064write-buffered.subx.html') diff --git a/html/subx/064write-buffered.subx.html b/html/subx/064write-buffered.subx.html index 5327f9c6..41e9ee6c 100644 --- a/html/subx/064write-buffered.subx.html +++ b/html/subx/064write-buffered.subx.html @@ -132,7 +132,7 @@ if ('onhashchange' in window) { 70 # . . push args 71 57/push-EDI 72 # . . call - 73 e8/call flush/disp32 + 73 e8/call flush/disp32 74 # . . discard args 75 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 4/imm32 # add to ESP 76 # . clear-stream(stream = f+4) @@ -143,7 +143,7 @@ if ('onhashchange' in window) { 81 e8/call clear-stream/disp32 82 # . . discard args 83 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 4/imm32 # add to ESP - 84 # . clear EBX (cached f->write) + 84 # . f->write must now be 0; update its cache at EBX 85 31/xor 3/mod/direct 3/rm32/EBX . . . 3/r32/EBX . . # clear EBX 86 $write-buffered:to-stream: 87 # write to stream @@ -205,7 +205,7 @@ if ('onhashchange' in window) { 143 # . . push args 144 68/push _test-buffered-file/imm32 145 # . . call -146 e8/call flush/disp32 +146 e8/call flush/disp32 147 # . . discard args 148 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 4/imm32 # add to ESP 149 # check-ints-equal(*_test-stream->data, "Abc", msg) -- cgit 1.4.1-2-gfad0