mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix comments in WASM code
This commit is contained in:
parent
fb457a3dff
commit
0373410635
1 changed files with 2 additions and 2 deletions
|
|
@ -101,7 +101,7 @@
|
|||
i32.const 1
|
||||
i32.add
|
||||
tee_local $needleLeft
|
||||
;; if ( needleLeft === needleRight ) { break; }
|
||||
;; if ( needleLeft === needleRight ) { return 1; }
|
||||
get_local $needleRight
|
||||
i32.eq
|
||||
if
|
||||
|
|
@ -116,7 +116,7 @@
|
|||
br $compare
|
||||
end end
|
||||
;; }
|
||||
;; return true;
|
||||
;; return 0;
|
||||
i32.const 0
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue