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

Unified Diff: src/platform-linux.cc

Issue 144963003: A64: add missing files. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 11 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/atomicops_internals_a64_gcc.h ('k') | test/cctest/test-assembler-a64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform-linux.cc
diff --git a/src/platform-linux.cc b/src/platform-linux.cc
index 226e53dfdc928dac2c329deedad0ee9303a638f7..4d5a5cfeee51d092490dd79ff90d4d2c8827142d 100644
--- a/src/platform-linux.cc
+++ b/src/platform-linux.cc
@@ -420,7 +420,7 @@ void OS::DebugBreak() {
// which is the architecture of generated code).
#if defined(__aarch64__)
asm("hlt 0");
-#elif (defined(__arm__) || defined(__thumb__))
+#elif defined(__arm__) || defined(__thumb__)
asm("bkpt 0");
#elif defined(__mips__)
asm("break");
« no previous file with comments | « src/atomicops_internals_a64_gcc.h ('k') | test/cctest/test-assembler-a64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698