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

Unified Diff: src/objects.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 | « src/codegen.cc ('k') | tools/sodium/sodium.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « src/codegen.cc ('k') | tools/sodium/sodium.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698