diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-01-08 15:57:40 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-01-08 15:57:40 -0800 |
commit | e30b32a8ca2ee129166e59b93ebec17f5063bab2 (patch) | |
tree | cb889db0e6b8b575a964475eed8594fee66704b8 | |
parent | 486db79e93244b743b8ce8bef83ce93ef9470e16 (diff) |
uncomment exception stub
-rw-r--r-- | src/library.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js index 85758286..82e42a28 100644 --- a/src/library.js +++ b/src/library.js @@ -5104,7 +5104,7 @@ LibraryManager.library = { } }, -// _ZNSt9exceptionD2Ev: function(){}, // XXX a dependency of dlmalloc, but not actually needed if libcxx is not anyhow included + _ZNSt9exceptionD2Ev: function(){}, // XXX a dependency of dlmalloc, but not actually needed if libcxx is not anyhow included // RTTI hacks for exception handling, defining type_infos for common types. // The values are dummies. We simply use the addresses of these statically |