aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/library.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js
index 2daef933..ccf69dfa 100644
--- a/src/library.js
+++ b/src/library.js
@@ -7417,7 +7417,7 @@ LibraryManager.library = {
tempRet0 = high >> bits;
return (low >>> bits) | ((high&ander) << (32 - bits));
}
- tempRet0 = (high|0) < 0 ? ander : 0;
+ tempRet0 = (high|0) < 0 ? -1 : 0;
return (high >> (bits - 32))|0;
},
bitshift64Lshr__asm: true,