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:31:47 -0800 |
commit | cd3e0b2ceef728c27745d1e7f5d6b95671bcaf04 (patch) | |
tree | e41179f452e3c1231547babc1dbb6e7f04ac6818 | |
parent | ae764ac73f78fe23813cc1f07bc7b3d7fed65e8b (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 91d5f925..7c74ddbb 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() {}, |