diff options
| author | 2012-10-15 17:22:44 -0700 | |
|---|---|---|
| committer | 2012-10-15 17:24:05 -0700 | |
| commit | 5438ad85f97c5f7fe030a490fd98841a34d3c961 (patch) | |
| tree | 8f3ae8276e56e099121ff907af03579f94bd2fe0 /src/compiler_llvm/method_compiler.h | |
| parent | c604d731730b43231f63040c8db1d58304da0cf3 (diff) | |
Add vregs to ShadowFrame.
Change-Id: I870ab3c19c0e727f0e67b570eb55d45c3497d2ad
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_; }; |