diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-14 16:17:56 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-14 16:33:12 -0700 |
commit | 84c58ecc4abb7af1c88cce1af3d86ffa106f22d2 (patch) | |
tree | a7cdcf905b7a3bfa5105fe761fbc8370fa8a43de /src/modules.js | |
parent | cb52c13b00f65b8955f812448db15058e4303295 (diff) |
use compiled compiler-rt code for i64 multiplication
Diffstat (limited to 'src/modules.js')
-rw-r--r-- | src/modules.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules.js b/src/modules.js index f2994ada..5b5f7947 100644 --- a/src/modules.js +++ b/src/modules.js @@ -230,7 +230,7 @@ var Types = { var Functions = { // All functions that will be implemented in this file. Maps id to signature implementedFunctions: {}, - libraryFunctions: {}, // functions added from the library + libraryFunctions: {}, // functions added from the library. value 2 means asmLibraryFunction unimplementedFunctions: {}, // library etc. functions that we need to index, maps id to signature indexedFunctions: {}, |