From b1635a5c8e25650a19999c246be321a0794eb58a Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 17 Oct 2019 22:03:35 -0700 Subject: 5701 --- html/080zero-out.subx.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'html/080zero-out.subx.html') diff --git a/html/080zero-out.subx.html b/html/080zero-out.subx.html index 87109714..7e06bd92 100644 --- a/html/080zero-out.subx.html +++ b/html/080zero-out.subx.html @@ -74,7 +74,7 @@ if ('onhashchange' in window) { 15 # ++curr 16 # ++i 17 # -18 # . prolog +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 @@ -105,13 +105,13 @@ if ('onhashchange' in window) { 46 5a/pop-to-edx 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 test-zero-out: -55 # . prolog +55 # . prologue 56 55/push-ebp 57 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp 58 # region/ecx = 34, 35, 36, 37 @@ -135,7 +135,7 @@ if ('onhashchange' in window) { 76 e8/call check-ints-equal/disp32 77 # . . discard args 78 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 0xc/imm32 # add to esp -79 # . epilog +79 # . epilogue 80 89/copy 3/mod/direct 4/rm32/esp . . . 5/r32/ebp . . # copy ebp to esp 81 5d/pop-to-ebp 82 c3/return -- cgit 1.4.1-2-gfad0