| Index: runtime/bin/main.cc
|
| diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
|
| index 254680f32e5eac082d820bba1288f35e745c8a54..f1811bf49031ed761917c23766b0f772df49d0a2 100644
|
| --- a/runtime/bin/main.cc
|
| +++ b/runtime/bin/main.cc
|
| @@ -56,7 +56,8 @@ const uint8_t* core_isolate_snapshot_instructions = NULL;
|
| const uint8_t* vm_snapshot_data = kDartVmSnapshotData;
|
| const uint8_t* vm_snapshot_instructions = kDartVmSnapshotInstructions;
|
| const uint8_t* core_isolate_snapshot_data = kDartCoreIsolateSnapshotData;
|
| -const uint8_t* core_isolate_snapshot_instructions = kDartVmSnapshotInstructions;
|
| +const uint8_t* core_isolate_snapshot_instructions =
|
| + kDartCoreIsolateSnapshotInstructions;
|
| #endif
|
|
|
| /**
|
|
|