Chromium Code Reviews| Index: src/objects.cc |
| diff --git a/src/objects.cc b/src/objects.cc |
| index aec412c5d8bc846dd0218defc99a09400ae75fc0..272d0a1f4f75c7f5793f8fecb79b963b12faccaf 100644 |
| --- a/src/objects.cc |
| +++ b/src/objects.cc |
| @@ -11084,6 +11084,7 @@ void Code::Disassemble(const char* name, FILE* out) { |
| it.rinfo()->Print(GetIsolate(), out); |
| } |
| PrintF(out, "\n"); |
| + PrintF("--- End code ---\n"); |
| } |
| #endif // ENABLE_DISASSEMBLER |