aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/long.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/long.js b/src/long.js
index dda68d5b..fc67733f 100644
--- a/src/long.js
+++ b/src/long.js
@@ -1595,7 +1595,7 @@ var i64Math = (function() { // Emscripten wrapper
}
},
modulo: function(xl, xh, yl, yh, unsigned) {
- if (!Wrapper.two32) Wrapper.makeTwo32();
+ Wrapper.ensureTemps();
if (!unsigned) {
var x = new goog.math.Long(xl, xh);
var y = new goog.math.Long(yl, yh);