aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-02-18 17:23:00 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-02-18 17:23:00 -0800
commit3f93d8b1ca39f520da5b89c23e94f0b061838b15 (patch)
tree86d9e6cc6c856bfa659716e066ac9d920abb35e4 /src/library.js
parent52897895fb947665984a784555405ee0a806af18 (diff)
do not include __inline with full library
Diffstat (limited to 'src/library.js')
-rw-r--r--src/library.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/library.js b/src/library.js
index 36aaef77..0d756608 100644
--- a/src/library.js
+++ b/src/library.js
@@ -5294,12 +5294,10 @@ LibraryManager.library = {
// Save the label
return '(' + makeSetValue(env, '0', '__label__', 'i32') + ', 0)';
},
- _setjmp: 'setjmp',
longjmp: function(env, value) {
throw { longjmp: true, label: {{{ makeGetValue('env', '0', 'i32') }}}, value: value || 1 };
},
- _longjmp: 'longjmp',
// ==========================================================================
// signal.h