diff options
Diffstat (limited to 'src/compiler_llvm/method_compiler.h')
| -rw-r--r-- | src/compiler_llvm/method_compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler_llvm/method_compiler.h b/src/compiler_llvm/method_compiler.h index 15b8558da1..0b6fcfd79d 100644 --- a/src/compiler_llvm/method_compiler.h +++ b/src/compiler_llvm/method_compiler.h @@ -475,7 +475,7 @@ class MethodCompiler { llvm::Value* old_shadow_frame_; llvm::Value* already_pushed_shadow_frame_; - uint32_t shadow_frame_size_; + uint16_t num_shadow_frame_refs_; uint16_t elf_func_idx_; }; |