From b1635a5c8e25650a19999c246be321a0794eb58a Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 17 Oct 2019 22:03:35 -0700 Subject: 5701 --- html/054string-equal.subx.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'html/054string-equal.subx.html') diff --git a/html/054string-equal.subx.html b/html/054string-equal.subx.html index cb08f237..07054197 100644 --- a/html/054string-equal.subx.html +++ b/html/054string-equal.subx.html @@ -95,7 +95,7 @@ if ('onhashchange' in window) { 33 # c1: eax 34 # c2: ebx 35 # - 36 # . prolog + 36 # . prologue 37 55/push-ebp 38 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp 39 # . save registers @@ -149,7 +149,7 @@ if ('onhashchange' in window) { 87 5e/pop-to-esi 88 5a/pop-to-edx 89 59/pop-to-ecx - 90 # . epilog + 90 # . epilogue 91 89/copy 3/mod/direct 4/rm32/esp . . . 5/r32/ebp . . # copy ebp to esp 92 5d/pop-to-ebp 93 c3/return @@ -238,7 +238,7 @@ if ('onhashchange' in window) { 176 177 # helper for later tests 178 check-string-equal: # s : (address string), expected : (address string), msg : (address string) -179 # . prolog +179 # . prologue 180 55/push-ebp 181 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp 182 # . save registers @@ -263,7 +263,7 @@ if ('onhashchange' in window) { 201 $check-string-equal:end: 202 # . restore registers 203 58/pop-to-eax -204 # . epilog +204 # . epilogue 205 89/copy 3/mod/direct 4/rm32/esp . . . 5/r32/ebp . . # copy ebp to esp 206 5d/pop-to-ebp 207 c3/return -- cgit 1.4.1-2-gfad0