From b1635a5c8e25650a19999c246be321a0794eb58a Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 17 Oct 2019 22:03:35 -0700 Subject: 5701 --- html/074write-stream-data.subx.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'html/074write-stream-data.subx.html') diff --git a/html/074write-stream-data.subx.html b/html/074write-stream-data.subx.html index f655ab75..fcc2f27f 100644 --- a/html/074write-stream-data.subx.html +++ b/html/074write-stream-data.subx.html @@ -67,8 +67,8 @@ if ('onhashchange' in window) { 8 # - construct a 'maximal slice' and pass it to write-slice-buffered 9 # - flush the buffered-file and pass the stream directly to its fd (disabling buffering) 10 # we'll go with the first way for now - 11 write-stream-data: # f : (address buffered-file), s : (address stream) -> <void> - 12 # . prolog + 11 write-stream-data: # f : (address buffered-file), s : (address stream) + 12 # . prologue 13 55/push-ebp 14 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp 15 # . save registers @@ -102,13 +102,13 @@ if ('onhashchange' in window) { 43 5e/pop-to-esi 44 59/pop-to-ecx 45 58/pop-to-eax - 46 # . epilog + 46 # . epilogue 47 89/copy 3/mod/direct 4/rm32/esp . . . 5/r32/ebp . . # copy ebp to esp 48 5d/pop-to-ebp 49 c3/return 50 51 test-write-stream-data: - 52 # . prolog + 52 # . prologue 53 55/push-ebp 54 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp 55 # setup @@ -169,7 +169,7 @@ if ('onhashchange' in window) { 110 e8/call check-stream-equal/disp32 111 # . . discard args 112 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 0xc/imm32 # add to esp -113 # . epilog +113 # . epilogue 114 89/copy 3/mod/direct 4/rm32/esp . . . 5/r32/ebp . . # copy ebp to esp 115 5d/pop-to-ebp 116 c3/return -- cgit 1.4.1-2-gfad0