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

Unified Diff: src/globals.h

Issue 99186: Create build structure for X64. (Closed)
Patch Set: Created 11 years, 8 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: src/globals.h
diff --git a/src/globals.h b/src/globals.h
index d11ea67739bbfccd64002bc882fa3e82f09f48e8..5d2ac048cf222ff257dc149b2a6dd385d65bf689 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -73,7 +73,7 @@ typedef byte* Address;
typedef uint16_t uc16;
typedef signed int uc32;
-#ifndef ARM
+#if defined(V8_ARCH_IA32) || defined(V8_ARCH_X64)
#define CAN_READ_UNALIGNED 1
#endif

Powered by Google App Engine
This is Rietveld 408576698