From 7a5832204a80ff43d23c3a384c26e2217ef5908b Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 15 Oct 2019 19:35:19 -0700 Subject: 5698 Thanks Andrew Owen for reporting this typo. --- 055stream.subx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '055stream.subx') diff --git a/055stream.subx b/055stream.subx index 32b389bd..4534f84f 100644 --- a/055stream.subx +++ b/055stream.subx @@ -15,7 +15,7 @@ # . 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 clear-stream: # f : (address stream) -> - # . prolog + # . prologue 55/push-ebp 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp # . save registers @@ -46,13 +46,13 @@ $clear-stream:end: # . restore registers 59/pop-to-ecx 58/pop-to-eax - # . epilog + # . epilogue 89/copy 3/mod/direct 4/rm32/esp . . . 5/r32/ebp . . # copy ebp to esp 5d/pop-to-ebp c3/return rewind-stream: # f : (address stream) -> - # . prolog + # . prologue 55/push-ebp 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp # . save registers @@ -64,7 +64,7 @@ rewind-stream: # f : (address stream) -> $rewind-stream:end: # . restore registers 58/pop-to-eax - # . epilog + # . epilogue 89/copy 3/mod/direct 4/rm32/esp . . . 5/r32/ebp . . # copy ebp to esp 5d/pop-to-ebp c3/return -- cgit 1.4.1-2-gfad0