From c52ae116ace032a3eaa53bd297836b675cd8393e Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 17 Feb 2020 15:29:43 -0800 Subject: 6015 --- html/052kernel-string-equal.subx.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/052kernel-string-equal.subx.html') diff --git a/html/052kernel-string-equal.subx.html b/html/052kernel-string-equal.subx.html index 3a09cf75..9215365d 100644 --- a/html/052kernel-string-equal.subx.html +++ b/html/052kernel-string-equal.subx.html @@ -146,7 +146,7 @@ if ('onhashchange' in window) { 84 # c2 = *s2 85 8a/copy-byte 0/mod/indirect 6/rm32/esi . . . 3/r32/BL . . # copy byte at *esi to BL 86 # if (c1 == 0) return false - 87 3d/compare-eax-and 0/imm32 + 87 3d/compare-eax-and 0/imm32/null 88 74/jump-if-= $kernel-string-equal?:false/disp8 89 # if (c1 != c2) return false 90 39/compare 3/mod/direct 0/rm32/eax . . . 3/r32/ebx . . # compare eax and ebx @@ -161,7 +161,7 @@ if ('onhashchange' in window) { 99 $kernel-string-equal?:break: 100 # return *s1 == 0 101 8a/copy-byte 0/mod/indirect 7/rm32/edi . . . 0/r32/AL . . # copy byte at *edi to AL -102 3d/compare-eax-and 0/imm32 +102 3d/compare-eax-and 0/imm32/null 103 75/jump-if-!= $kernel-string-equal?:false/disp8 104 $kernel-string-equal?:true: 105 b8/copy-to-eax 1/imm32 -- cgit 1.4.1-2-gfad0