aboutsummaryrefslogtreecommitdiff
path: root/src/preamble.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-12-06 20:44:21 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-12-07 14:23:24 -0800
commitc51a379ec1cdc254366a0f9eebfea7411a03b1e3 (patch)
tree590c5e141f909abb00aeab26f8718f0e5ca019b2 /src/preamble.js
parentf0b6b3d2ad45a81e7d92d7491b38a3cad8a08ef5 (diff)
forward clearing of __THREW__ to asm
Diffstat (limited to 'src/preamble.js')
-rw-r--r--src/preamble.js2
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;