From b1635a5c8e25650a19999c246be321a0794eb58a Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 17 Oct 2019 22:03:35 -0700 Subject: 5701 --- html/075print-int-decimal.subx.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/075print-int-decimal.subx.html') diff --git a/html/075print-int-decimal.subx.html b/html/075print-int-decimal.subx.html index e3f82ff5..ad8fbe98 100644 --- a/html/075print-int-decimal.subx.html +++ b/html/075print-int-decimal.subx.html @@ -96,7 +96,7 @@ if ('onhashchange' in window) { 35 # (this pseudocode contains registers because operations like division 36 # require specific registers in x86) 37 # - 38 # . prolog + 38 # . prologue 39 55/push-ebp 40 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp 41 # . save registers @@ -169,7 +169,7 @@ if ('onhashchange' in window) { 108 5a/pop-to-edx 109 59/pop-to-ecx 110 58/pop-to-eax -111 # . epilog +111 # . epilogue 112 89/copy 3/mod/direct 4/rm32/esp . . . 5/r32/ebp . . # copy ebp to esp 113 5d/pop-to-ebp 114 c3/return -- cgit 1.4.1-2-gfad0