diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-10 16:15:33 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-10 16:15:33 -0800 |
commit | 8ecdd98e50225b5be0c54b2839cc643aadcf3384 (patch) | |
tree | 838424efa04332c5a220c0cc67a49f61ed03e802 /src | |
parent | dea258716e66c370cfbd7b66eed1f7f3465dfe97 (diff) |
fix fake _ZTISt9exception
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; |