diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-12-06 20:44:21 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-12-07 14:23:24 -0800 |
commit | c51a379ec1cdc254366a0f9eebfea7411a03b1e3 (patch) | |
tree | 590c5e141f909abb00aeab26f8718f0e5ca019b2 /src/preamble.js | |
parent | f0b6b3d2ad45a81e7d92d7491b38a3cad8a08ef5 (diff) |
forward clearing of __THREW__ to asm
Diffstat (limited to 'src/preamble.js')
-rw-r--r-- | src/preamble.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preamble.js b/src/preamble.js index e7cceb36..ae264a90 100644 --- a/src/preamble.js +++ b/src/preamble.js @@ -275,7 +275,7 @@ Module['printProfiling'] = printProfiling; // Runtime essentials //======================================== -var __THREW__ = false; // Used in checking for thrown exceptions. +var __THREW__ = 0; // Used in checking for thrown exceptions. var ABORT = false; |