Changeset 44886 in webkit for trunk/JavaScriptCore/assembler/ARMv7Assembler.h
- Timestamp:
- Jun 19, 2009, 6:07:06 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/assembler/ARMv7Assembler.h
r44713 r44886 29 29 #include <wtf/Platform.h> 30 30 31 #if ENABLE(ASSEMBLER) && PLATFORM (ARM_V7)31 #if ENABLE(ASSEMBLER) && PLATFORM_ARM_ARCH(7) 32 32 33 33 #include "AssemblerBuffer.h" … … 1754 1754 } // namespace JSC 1755 1755 1756 #endif // ENABLE(ASSEMBLER) && PLATFORM (ARM_V7)1756 #endif // ENABLE(ASSEMBLER) && PLATFORM_ARM_ARCH(7) 1757 1757 1758 1758 #endif // ARMAssembler_h
Note:
See TracChangeset
for help on using the changeset viewer.