diff options
Diffstat (limited to 'src')
-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 db9b891c..7e46b3e7 100644 --- a/src/library.js +++ b/src/library.js @@ -4618,7 +4618,7 @@ LibraryManager.library = { _ZTIv: [0], // void _ZTIPv: [0], // void* - _ZTISt9exception: [0], // typeinfo for std::exception + _ZTISt9exception: 'allocate([allocate([1,0,0,0,0,0,0], "i8", ALLOC_STATIC)+8, 0], "i32", ALLOC_STATIC)', // typeinfo for std::exception llvm_uadd_with_overflow_i8: function(x, y) { x = x & 0xff; |