| Index: runtime/vm/code_patcher_mips.cc
|
| diff --git a/runtime/vm/code_patcher_mips.cc b/runtime/vm/code_patcher_mips.cc
|
| index efcbf91deb86a51e10b5d0e445d5400ea865decd..a6dab709cbc1ed2954e986f5e091ed1a4e127265 100644
|
| --- a/runtime/vm/code_patcher_mips.cc
|
| +++ b/runtime/vm/code_patcher_mips.cc
|
| @@ -29,6 +29,11 @@ void CodePatcher::PatchStaticCallAt(uword return_address,
|
| }
|
|
|
|
|
| +void CodePatcher::InsertDeoptimizationCallAt(uword start) {
|
| + UNREACHABLE();
|
| +}
|
| +
|
| +
|
| RawCode* CodePatcher::GetInstanceCallAt(uword return_address,
|
| const Code& code,
|
| ICData* ic_data) {
|
|
|