Index: runtime/vm/assembler_mips.cc |
=================================================================== |
--- runtime/vm/assembler_mips.cc (revision 37923) |
+++ runtime/vm/assembler_mips.cc (working copy) |
@@ -575,7 +575,8 @@ |
if (object != T0) { |
mov(T0, object); |
} |
- BranchLink(&StubCode::UpdateStoreBufferLabel()); |
+ StubCode* stub_code = Isolate::Current()->stub_code(); |
+ BranchLink(&stub_code->UpdateStoreBufferLabel()); |
lw(RA, Address(SP, 0 * kWordSize)); |
if (value != T0) { |
// Restore T0. |