diff options
Diffstat (limited to 'runtime/stack.h')
-rw-r--r-- | runtime/stack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/stack.h b/runtime/stack.h index ad73e75fb5..af33e6ca7d 100644 --- a/runtime/stack.h +++ b/runtime/stack.h @@ -258,6 +258,7 @@ class StackVisitor { uintptr_t* GetGPRAddress(uint32_t reg) const; uintptr_t GetReturnPc() const REQUIRES_SHARED(Locks::mutator_lock_); + uintptr_t GetReturnPcAddr() const REQUIRES_SHARED(Locks::mutator_lock_); void SetReturnPc(uintptr_t new_ret_pc) REQUIRES_SHARED(Locks::mutator_lock_); |