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

Unified Diff: runtime/vm/parser.cc

Issue 2006313006: Fix x64 debug precompiled runtime build. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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/parser.cc
diff --git a/runtime/vm/parser.cc b/runtime/vm/parser.cc
index 49f1f92e03b332d3846679dbf18a21b822978769..fbb5455b6834a847fa1db69e44b598b6f636e5df 100644
--- a/runtime/vm/parser.cc
+++ b/runtime/vm/parser.cc
@@ -14513,6 +14513,11 @@ void ParsedFunction::AllocateIrregexpVariables(intptr_t num_stack_locals) {
}
+void ParsedFunction::Bailout(const char* origin, const char* reason) const {
+ UNREACHABLE();
+}
+
+
void Parser::ParseCompilationUnit(const Library& library,
const Script& script) {
UNREACHABLE();
« 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