diff options
Diffstat (limited to 'src/library.js')
-rw-r--r-- | src/library.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library.js b/src/library.js index 01c0a3f3..80c107a5 100644 --- a/src/library.js +++ b/src/library.js @@ -5016,6 +5016,7 @@ LibraryManager.library = { __cxa_free_exception: function(ptr) { return _free(ptr); }, + __cxa_throw__sig: 'viii', __cxa_throw__deps: ['llvm_eh_exception', '_ZSt18uncaught_exceptionv', '__cxa_find_matching_catch'], __cxa_throw: function(ptr, type, destructor) { if (!___cxa_throw.initialized) { |