Skip to content

Commit d7b706c

Browse files
committed
manually define typeinfo for std::exception
1 parent 3ab1e6e commit d7b706c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/library.js

+2
Original file line numberDiff line numberDiff line change
@@ -4613,6 +4613,8 @@ LibraryManager.library = {
46134613
_ZTIv: [0], // void
46144614
_ZTIPv: [0], // void*
46154615

4616+
_ZTISt9exception: [0], // typeinfo for std::exception
4617+
46164618
llvm_uadd_with_overflow_i8: function(x, y) {
46174619
x = x & 0xff;
46184620
y = y & 0xff;

0 commit comments

Comments
 (0)