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

Unified Diff: src/codegen.cc

Issue 36833002: Fix bugs in Sodium (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Review feedback Created 7 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 | src/objects.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/codegen.cc
diff --git a/src/codegen.cc b/src/codegen.cc
index 7b2f81ba8ab0e3ea85595fd18ec6d3664904e71e..c42e040b69055154a427481193222c52174f9c12 100644
--- a/src/codegen.cc
+++ b/src/codegen.cc
@@ -173,7 +173,6 @@ void CodeGenerator::PrintCode(Handle<Code> code, CompilationInfo* info) {
} else {
code->Disassemble(*function->debug_name()->ToCString());
}
- PrintF("--- End code ---\n");
}
#endif // ENABLE_DISASSEMBLER
}
« no previous file with comments | « no previous file | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698