From 09492d3867b5da6d0b2f21b139d097cd481a8fa1 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Wed, 10 Apr 2019 21:18:55 -0700 Subject: 5077 --- html/subx/052kernel-string-equal.subx.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/subx/052kernel-string-equal.subx.html') diff --git a/html/subx/052kernel-string-equal.subx.html b/html/subx/052kernel-string-equal.subx.html index ab05597e..01a65cd8 100644 --- a/html/subx/052kernel-string-equal.subx.html +++ b/html/subx/052kernel-string-equal.subx.html @@ -142,7 +142,7 @@ if ('onhashchange' in window) { 80 # c2 = *s2 81 8a/copy-byte 0/mod/indirect 6/rm32/ESI . . . 3/r32/BL . . # copy byte at *ESI to BL 82 # if (c1 == 0) return false - 83 3d/compare-EAX 0/imm32 + 83 3d/compare-EAX-and 0/imm32 84 74/jump-if-equal $kernel-string-equal?:false/disp8 85 # if (c1 != c2) return false 86 39/compare 3/mod/direct 0/rm32/EAX . . . 3/r32/EBX . . # compare EAX and EBX @@ -157,7 +157,7 @@ if ('onhashchange' in window) { 95 $kernel-string-equal?:break: 96 # return *s1 == 0 97 8a/copy-byte 0/mod/indirect 7/rm32/EDI . . . 0/r32/AL . . # copy byte at *EDI to AL - 98 3d/compare-EAX 0/imm32 + 98 3d/compare-EAX-and 0/imm32 99 75/jump-if-not-equal $kernel-string-equal?:false/disp8 100 $kernel-string-equal?:true: 101 b8/copy-to-EAX 1/imm32 -- cgit 1.4.1-2-gfad0