Index: runtime/bin/main.cc |
diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc |
index 45fe8b4afb58e5c223fdc209d563ae6f90b11179..ee7b80d8efaee4622b4aa7b54bc4f5d73f5c93b6 100644 |
--- a/runtime/bin/main.cc |
+++ b/runtime/bin/main.cc |
@@ -85,7 +85,7 @@ extern const char* kPrecompiledLibraryName; |
extern const char* kPrecompiledSymbolName; |
static const char* kPrecompiledVmIsolateName = "precompiled.vmisolate"; |
static const char* kPrecompiledIsolateName = "precompiled.isolate"; |
-static const char* kPrecompiledInstructionsName = "precompiled.instructions"; |
+static const char* kPrecompiledInstructionsName = "precompiled.S"; |
// Global flag that is used to indicate that we want to trace resolution of |