Index: runtime/vm/code_patcher_mips.cc |
diff --git a/runtime/vm/code_patcher_mips.cc b/runtime/vm/code_patcher_mips.cc |
index 3ed9af34da4f6d63ed6c95af3b3ebd461b53aa0e..a6dab709cbc1ed2954e986f5e091ed1a4e127265 100644 |
--- a/runtime/vm/code_patcher_mips.cc |
+++ b/runtime/vm/code_patcher_mips.cc |
@@ -53,8 +53,9 @@ intptr_t CodePatcher::InstanceCallSizeInBytes() { |
} |
-RawFunction* CodePatcher::GetUnoptimizedStaticCallAt( |
- uword return_address, const Code& code, ICData* ic_data_result) { |
+RawFunction* CodePatcher::GetUnoptimizedStaticCallAt(uword return_address, |
+ const Code& code, |
+ ICData* ic_data_result) { |
ASSERT(code.ContainsInstructionAt(return_address)); |
CallPattern static_call(return_address, code); |
ICData& ic_data = ICData::Handle(); |