Changeset 48525 in webkit for trunk/JavaScriptCore/assembler/ARMv7Assembler.h
- Timestamp:
- Sep 18, 2009, 1:18:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/assembler/ARMv7Assembler.h
r48445 r48525 29 29 #include <wtf/Platform.h> 30 30 31 #if ENABLE(ASSEMBLER) && PLATFORM _ARM_ARCH(7)31 #if ENABLE(ASSEMBLER) && PLATFORM(ARM_THUMB2) 32 32 33 33 #include "AssemblerBuffer.h" … … 1754 1754 } // namespace JSC 1755 1755 1756 #endif // ENABLE(ASSEMBLER) && PLATFORM _ARM_ARCH(7)1756 #endif // ENABLE(ASSEMBLER) && PLATFORM(ARM_THUMB2) 1757 1757 1758 1758 #endif // ARMAssembler_h
Note:
See TracChangeset
for help on using the changeset viewer.