diff options
Diffstat (limited to 'runtime/stack.cc')
-rw-r--r-- | runtime/stack.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stack.cc b/runtime/stack.cc index f9efc0b88f..5ad00a4e55 100644 --- a/runtime/stack.cc +++ b/runtime/stack.cc @@ -625,7 +625,7 @@ void StackVisitor::SetMethod(ArtMethod* method) { } else { DCHECK(cur_quick_frame_ != nullptr); CHECK(!IsInInlinedFrame()) << "We do not support setting inlined method's ArtMethod!"; - *cur_quick_frame_ = method; + *cur_quick_frame_ = method; } } |