diff options
-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 |