diff options
Diffstat (limited to 'runtime/arch/mips/context_mips.h')
-rw-r--r-- | runtime/arch/mips/context_mips.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/arch/mips/context_mips.h b/runtime/arch/mips/context_mips.h index 5595f8631e..4145cd3d74 100644 --- a/runtime/arch/mips/context_mips.h +++ b/runtime/arch/mips/context_mips.h @@ -33,7 +33,7 @@ class MipsContext : public Context { virtual void Reset(); - virtual void FillCalleeSaves(const StackVisitor& fr); + virtual void FillCalleeSaves(const StackVisitor& fr) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); virtual void SetSP(uintptr_t new_sp) { SetGPR(SP, new_sp); |