Index: runtime/vm/code_patcher_ia32.cc |
diff --git a/runtime/vm/code_patcher_ia32.cc b/runtime/vm/code_patcher_ia32.cc |
index d0a4f07c921567cfdccb94d8509e193ee82b70e8..49b5c3405b5910cbefbd3b633b1b0eeadb0a4047 100644 |
--- a/runtime/vm/code_patcher_ia32.cc |
+++ b/runtime/vm/code_patcher_ia32.cc |
@@ -211,6 +211,15 @@ RawFunction* CodePatcher::GetUnoptimizedStaticCallAt( |
} |
+void CodePatcher::PatchSwitchableCallAt(uword return_address, |
+ const Code& code, |
+ const ICData& ic_data, |
+ const MegamorphicCache& cache, |
+ const Code& lookup_stub) { |
+ UNREACHABLE(); |
srdjan
2015/11/03 22:30:49
Please add a comment why,
rmacnak
2015/11/03 23:54:29
Added
|
+} |
+ |
+ |
void CodePatcher::PatchNativeCallAt(uword return_address, |
const Code& code, |
NativeFunction target, |