Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1124)

Unified Diff: runtime/vm/assembler_dbc_test.cc

Issue 2059413002: Fix DBC build (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/assembler_dbc_test.cc
diff --git a/runtime/vm/assembler_dbc_test.cc b/runtime/vm/assembler_dbc_test.cc
index 0542ae697d50bcfdbd9ffdc1ebbf927344455535..5baa5d6211fcba9583109192e1aa250c35bbf36a 100644
--- a/runtime/vm/assembler_dbc_test.cc
+++ b/runtime/vm/assembler_dbc_test.cc
@@ -88,7 +88,8 @@ static void MakeDummyInstanceCall(Assembler* assembler, const Object& result) {
String::Handle(dummy_instance_function.name()),
dummy_arguments_descriptor,
Thread::kNoDeoptId,
- 2));
+ 2,
+ /* is_static_call= */ false));
// Wire up the Function in the ICData.
GrowableArray<intptr_t> cids(2);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698