commit | f54f3ac2db54bf33e4f305c2fdac8bfd5c3d2046 | [log] [tgz] |
---|---|---|
author | TDYa127 <tdy@google.com> | Tue Oct 16 22:39:00 2012 -0700 |
committer | TDYa127 <tdy@google.com> | Tue Oct 16 23:03:19 2012 -0700 |
tree | 7c4a500f398b69a05168aac8438ccebc5d318cd3 | |
parent | a0a2a6c085a6fda2785436663f5c373aa5d43e26 [diff] [blame] |
Fix non-inline push_shadow_frame. Change-Id: Id05e2a92e394441d2afea86ce4867418eccf151a
diff --git a/src/compiler_llvm/method_compiler.cc b/src/compiler_llvm/method_compiler.cc index 1737b70..f91694e 100644 --- a/src/compiler_llvm/method_compiler.cc +++ b/src/compiler_llvm/method_compiler.cc
@@ -3823,7 +3823,7 @@ } else { DCHECK(num_shadow_frame_refs_ == 0); result = irb_.Runtime().EmitPushShadowFrameNoInline(shadow_frame_upcast, method_object_addr, - num_shadow_frame_refs_); + num_shadow_frame_refs_, 0); } irb_.CreateStore(result, old_shadow_frame_, kTBAARegister); }