Index: runtime/vm/code_patcher_ia32.cc |
diff --git a/runtime/vm/code_patcher_ia32.cc b/runtime/vm/code_patcher_ia32.cc |
index 683d9bfd8359bd484c0f9c5cb1cdc97669386fec..d0b0a3e5e4353dfed5fa011ac804e021ac2c5a49 100644 |
--- a/runtime/vm/code_patcher_ia32.cc |
+++ b/runtime/vm/code_patcher_ia32.cc |
@@ -170,6 +170,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) { |