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

Unified Diff: src/log.cc

Issue 353643003: ARM64: Enable low level profiling. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 6 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 | tools/disasm.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/log.cc
diff --git a/src/log.cc b/src/log.cc
index 01afa85817d79340a5f91ba67a4ab662c2cc1bd1..c8b08ac192ae2a736f2417a78c69e3f6b6273e82 100644
--- a/src/log.cc
+++ b/src/log.cc
@@ -564,6 +564,8 @@ void LowLevelLogger::LogCodeInfo() {
const char arch[] = "mips";
#elif V8_TARGET_ARCH_X87
const char arch[] = "x87";
+#elif V8_TARGET_ARCH_ARM64
+ const char arch[] = "arm64";
#else
const char arch[] = "unknown";
#endif
« no previous file with comments | « no previous file | tools/disasm.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698