diff options
| -rw-r--r-- | runtime/arch/mips64/context_mips64.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/arch/mips64/context_mips64.cc b/runtime/arch/mips64/context_mips64.cc index 597a74cd5f..d808c9e0dc 100644 --- a/runtime/arch/mips64/context_mips64.cc +++ b/runtime/arch/mips64/context_mips64.cc @@ -38,7 +38,7 @@ void Mips64Context::Reset() { } void Mips64Context::FillCalleeSaves(const StackVisitor& fr) { - ArtCode code fr.GetCurrentCode(); + ArtCode code = fr.GetCurrentCode(); const QuickMethodFrameInfo frame_info = code.GetQuickFrameInfo(); int spill_pos = 0; |