summaryrefslogtreecommitdiff
path: root/test/unit.2asm.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit.2asm.js')
-rw-r--r--test/unit.2asm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit.2asm.js b/test/unit.2asm.js
index c33736a61..1dfc7f32b 100644
--- a/test/unit.2asm.js
+++ b/test/unit.2asm.js
@@ -193,7 +193,7 @@ function asmFunc(global, env, buffer) {
function neg() {
var x = Math_fround(0);
x = Math_fround(-x);
- FUNCTION_TABLE[(1 & 7 | 0) + 8 | 0](Math_fround(x));
+ FUNCTION_TABLE_vf[((1 & 7 | 0) + 8 | 0) & 15](Math_fround(x));
}
function ___syscall_ret() {