diff options
Diffstat (limited to 'test/unit.2asm.js')
-rw-r--r-- | test/unit.2asm.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit.2asm.js b/test/unit.2asm.js index a8320d77c..b705e1e64 100644 --- a/test/unit.2asm.js +++ b/test/unit.2asm.js @@ -212,5 +212,7 @@ function asmFunc(global, env, buffer) { } + var FUNCTION_TABLE_d = [importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles]; + var FUNCTION_TABLE_v = [z, big_negative, z, z, w, w, z, w, z, neg, z, z, z, z, z, z]; } |