diff options
Diffstat (limited to 'runtime/arch/x86/context_x86.h')
| -rw-r--r-- | runtime/arch/x86/context_x86.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/arch/x86/context_x86.h b/runtime/arch/x86/context_x86.h index 59beb12ffa..f482d9ffcb 100644 --- a/runtime/arch/x86/context_x86.h +++ b/runtime/arch/x86/context_x86.h @@ -34,7 +34,7 @@ class X86Context : public Context { void Reset() OVERRIDE; - void FillCalleeSaves(const StackVisitor& fr) OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_); + void FillCalleeSaves(uint8_t* frame, const QuickMethodFrameInfo& fr) OVERRIDE; void SetSP(uintptr_t new_sp) OVERRIDE { SetGPR(ESP, new_sp); |