summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/method_compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler_llvm/method_compiler.h')
-rw-r--r--src/compiler_llvm/method_compiler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler_llvm/method_compiler.h b/src/compiler_llvm/method_compiler.h
index 6de50ed46f..c912397e1b 100644
--- a/src/compiler_llvm/method_compiler.h
+++ b/src/compiler_llvm/method_compiler.h
@@ -471,6 +471,7 @@ class MethodCompiler {
llvm::AllocaInst* shadow_frame_;
llvm::AllocaInst* jvalue_temp_;
+ llvm::Value* old_shadow_frame_;
uint16_t elf_func_idx_;
};