diff options
author | alon@honor <none@none> | 2010-10-07 22:50:33 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-07 22:50:33 -0700 |
commit | d0eb15c81a09cf011c5f660413e593b0c09ff5fb (patch) | |
tree | a71c70048458637f3a595a7e39b5cfee130a3e4a /src/library.js | |
parent | 4de0755572570e6de83788998e8288724b45b2fa (diff) |
begin work to adapt to llvm 2.8 | TESTS BROKEN
Diffstat (limited to 'src/library.js')
-rw-r--r-- | src/library.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library.js b/src/library.js index 08d62309..7fa4b979 100644 --- a/src/library.js +++ b/src/library.js @@ -137,6 +137,7 @@ var Library = { HEAP[ptr+i] = value; } }, + llvm_memset_p0i8_i32: 'llvm_memset_i32', llvm_eh_exception: function() { return 'code-generated exception: ' + (new Error().stack); |