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 2a07051e36..f3557a383b 100644 --- a/runtime/stack.cc +++ b/runtime/stack.cc @@ -128,7 +128,7 @@ uint32_t StackVisitor::GetDexPc(bool abort_on_failure) const { return stack_map->GetDexPc(); } else { return cur_oat_quick_method_header_->ToDexPc( - GetMethod(), cur_quick_frame_pc_, abort_on_failure); + GetCurrentQuickFrame(), cur_quick_frame_pc_, abort_on_failure); } } else { return 0; |