Chromium Code Reviews| 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 |