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

Unified Diff: src/globals.h

Issue 7866: Misc (Closed)
Patch Set: Created 12 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/d8.cc ('k') | src/log.h » ('j') | src/log.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/globals.h
diff --git a/src/globals.h b/src/globals.h
index a8e3d29f1a7863aa06ad8e9aef827e06dfed2507..cc0dbdedb44156634c7edad2feebcc2d80a1f007 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -73,6 +73,9 @@ typedef byte* Address;
typedef uint16_t uc16;
typedef signed int uc32;
+#ifndef ARM
+#define CAN_READ_UNALIGNED 1
+#endif
Erik Corry 2008/10/22 11:44:15 IA32 is pretty much the only architecture out ther
// -----------------------------------------------------------------------------
// Constants
« no previous file with comments | « src/d8.cc ('k') | src/log.h » ('j') | src/log.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698