diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-12-09 11:25:29 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-12-09 11:25:29 -0800 |
commit | 22dd25322a59b779389a0ff702e021dc2b328dbf (patch) | |
tree | b475d5f7fcf75e7078b86c69013e362f20536335 /src/preamble.js | |
parent | cc3d094151bf9b2652be290645ddd7a094f3ea3e (diff) | |
parent | 0390d4961c52f09b9528ab89ce5190fc9a470f49 (diff) |
merge incoming
Diffstat (limited to 'src/preamble.js')
-rw-r--r-- | src/preamble.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/preamble.js b/src/preamble.js index ae264a90..b28dfc0d 100644 --- a/src/preamble.js +++ b/src/preamble.js @@ -276,6 +276,8 @@ Module['printProfiling'] = printProfiling; //======================================== var __THREW__ = 0; // Used in checking for thrown exceptions. +var setjmpId = 1; // Used in setjmp/longjmp +var setjmpLabels = {}; var ABORT = false; |