aboutsummaryrefslogtreecommitdiff
path: root/src/jsifier.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/jsifier.js')
-rw-r--r--src/jsifier.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jsifier.js b/src/jsifier.js
index 88d9dbc6..9ec957dc 100644
--- a/src/jsifier.js
+++ b/src/jsifier.js
@@ -946,7 +946,7 @@ function JSify(data, functionsOnly, givenFunctions) {
makeFuncLineActor('landingpad', function(item) {
// Just a stub
return '{ f0: ' + makeGetValue('_llvm_eh_exception.buf', '0', 'void*') +
- ', f1:' + makeGetValue('_llvm_eh_exception.buf', '4', 'void*') + ' }';
+ ', f1:' + makeGetValue('_llvm_eh_exception.buf', QUANTUM_SIZE, 'void*') + ' }';
});
makeFuncLineActor('load', function(item) {
var value = finalizeLLVMParameter(item.pointer);