diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-24 14:31:47 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-24 14:32:12 -0800 |
commit | d47a30c26ab0f76c74cb53d9eb54cb049ea05d21 (patch) | |
tree | be311f8eed3dd38afadd3ebd3ad9a882da1dc263 | |
parent | 5756f82b74c076dd0ce3226f0eb0e713f70d8915 (diff) |
add _ZNSt9exceptionD0Ev; fixes fastcomp issue 20
-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 485d5ee8..5df5ff20 100644 --- a/src/library.js +++ b/src/library.js @@ -4584,6 +4584,7 @@ LibraryManager.library = { // Destructors for std::exception since we don't have them implemented in libcxx as we aren't using libcxxabi. // These are also needed for the dlmalloc tests. + _ZNSt9exceptionD0Ev: function() {}, _ZNSt9exceptionD1Ev: function() {}, _ZNSt9exceptionD2Ev: function() {}, |