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

Unified Diff: runtime/bin/main.cc

Issue 2426383003: Fix build. (Closed)
Patch Set: Created 4 years, 2 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/bin/main.cc
diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
index 1e3d8479388a0adc590117e74ac35d70d6f54bdb..4126cbcdda96ae49f7d519f72bba4d257b342205 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -1445,6 +1445,7 @@ static void GeneratePrecompiledSnapshot() {
}
+#if defined(TARGET_ARCH_X64)
static void GeneratePrecompiledJITSnapshot() {
uint8_t* vm_isolate_buffer = NULL;
intptr_t vm_isolate_size = 0;
@@ -1476,6 +1477,7 @@ static void GeneratePrecompiledJITSnapshot() {
rodata_blob_buffer,
rodata_blob_size);
}
+#endif // defined(TARGET_ARCH_X64)
static void GenerateAppSnapshot() {
« 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