From b1635a5c8e25650a19999c246be321a0794eb58a Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 17 Oct 2019 22:03:35 -0700 Subject: 5701 --- html/055stream.subx.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'html/055stream.subx.html') diff --git a/html/055stream.subx.html b/html/055stream.subx.html index 2f464b7b..b87bf3ee 100644 --- a/html/055stream.subx.html +++ b/html/055stream.subx.html @@ -72,8 +72,8 @@ if ('onhashchange' in window) { 14 # . op subop mod rm32 base index scale r32 15 # . 1-3 bytes 3 bits 2 bits 3 bits 3 bits 3 bits 2 bits 2 bits 0/1/2/4 bytes 0/1/2/4 bytes 16 -17 clear-stream: # f : (address stream) -> <void> -18 # . prolog +17 clear-stream: # f : (address stream) +18 # . prologue 19 55/push-ebp 20 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp 21 # . save registers @@ -104,13 +104,13 @@ if ('onhashchange' in window) { 46 # . restore registers 47 59/pop-to-ecx 48 58/pop-to-eax -49 # . epilog +49 # . epilogue 50 89/copy 3/mod/direct 4/rm32/esp . . . 5/r32/ebp . . # copy ebp to esp 51 5d/pop-to-ebp 52 c3/return 53 -54 rewind-stream: # f : (address stream) -> <void> -55 # . prolog +54 rewind-stream: # f : (address stream) +55 # . prologue 56 55/push-ebp 57 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp 58 # . save registers @@ -122,7 +122,7 @@ if ('onhashchange' in window) { 64 $rewind-stream:end: 65 # . restore registers 66 58/pop-to-eax -67 # . epilog +67 # . epilogue 68 89/copy 3/mod/direct 4/rm32/esp . . . 5/r32/ebp . . # copy ebp to esp 69 5d/pop-to-ebp 70 c3/return -- cgit 1.4.1-2-gfad0