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

Unified Diff: runtime/vm/os_linux.cc

Issue 303443010: Prepares for arm64 cross-build. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 7 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
Index: runtime/vm/os_linux.cc
===================================================================
--- runtime/vm/os_linux.cc (revision 36692)
+++ runtime/vm/os_linux.cc (working copy)
@@ -666,7 +666,7 @@
asm("int $3");
#elif defined(HOST_ARCH_ARM)
asm("svc #0x9f0001"); // __ARM_NR_breakpoint
-#elif defined(HOST_ARCH_MIPS)
+#elif defined(HOST_ARCH_MIPS) || defined(HOST_ARCH_ARM64)
UNIMPLEMENTED();
#else
#error Unsupported architecture.

Powered by Google App Engine
This is Rietveld 408576698