Chromium Code Reviews| Index: src/virtual-frame.h |
| =================================================================== |
| --- src/virtual-frame.h (revision 1245) |
| +++ src/virtual-frame.h (working copy) |
| @@ -28,7 +28,7 @@ |
| #ifndef V8_VIRTUAL_FRAME_H_ |
| #define V8_VIRTUAL_FRAME_H_ |
| -#if defined(ARM) || defined (__arm__) || defined(__thumb__) |
| +#ifdef ARM |
| #include "virtual-frame-arm.h" |
| #else // ia32 |
| #include "virtual-frame-ia32.h" |