summaryrefslogtreecommitdiff
path: root/test/unit.2asm.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-12-07 14:11:55 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-12-07 14:11:55 -0800
commit0fb0a68db70f2720d93a182129e73e4a0eaeb3cb (patch)
tree263f7bfedd28d9ac9edc34df02b9853e1f81c581 /test/unit.2asm.js
parentc44dc7b23fae93222c8a38da53e50c0b0aaa0366 (diff)
downloadbinaryen-0fb0a68db70f2720d93a182129e73e4a0eaeb3cb.tar.gz
binaryen-0fb0a68db70f2720d93a182129e73e4a0eaeb3cb.tar.bz2
binaryen-0fb0a68db70f2720d93a182129e73e4a0eaeb3cb.zip
import Math.imul
Diffstat (limited to 'test/unit.2asm.js')
-rw-r--r--test/unit.2asm.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit.2asm.js b/test/unit.2asm.js
index 1dfc7f32b..104b7c22c 100644
--- a/test/unit.2asm.js
+++ b/test/unit.2asm.js
@@ -8,6 +8,7 @@ function asmFunc(global, env, buffer) {
var HEAPU32 = new global.Uint32Array(buffer);
var HEAPF32 = new global.Float32Array(buffer);
var HEAPF64 = new global.Float64Array(buffer);
+ var Math_imul = global.Math.imul;
function big_negative() {
var temp = 0.0;
temp = -2147483648.0;