aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
diff options
context:
space:
mode:
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