Skip to content

Commit e30b32a

Browse files
committed
uncomment exception stub
1 parent 486db79 commit e30b32a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/library.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5104,7 +5104,7 @@ LibraryManager.library = {
51045104
}
51055105
},
51065106

5107-
// _ZNSt9exceptionD2Ev: function(){}, // XXX a dependency of dlmalloc, but not actually needed if libcxx is not anyhow included
5107+
_ZNSt9exceptionD2Ev: function(){}, // XXX a dependency of dlmalloc, but not actually needed if libcxx is not anyhow included
51085108

51095109
// RTTI hacks for exception handling, defining type_infos for common types.
51105110
// The values are dummies. We simply use the addresses of these statically

0 commit comments

Comments
 (0)