Changeset 48525 in webkit for trunk/JavaScriptCore/assembler/ARMAssembler.h
- Timestamp:
- Sep 18, 2009, 1:18:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/assembler/ARMAssembler.h
r47530 r48525 30 30 #include <wtf/Platform.h> 31 31 32 #if ENABLE(ASSEMBLER) && PLATFORM(ARM )32 #if ENABLE(ASSEMBLER) && PLATFORM(ARM_TRADITIONAL) 33 33 34 34 #include "AssemblerBufferWithConstantPool.h" … … 765 765 } // namespace JSC 766 766 767 #endif // ENABLE(ASSEMBLER) && PLATFORM(ARM )767 #endif // ENABLE(ASSEMBLER) && PLATFORM(ARM_TRADITIONAL) 768 768 769 769 #endif // ARMAssembler_h
Note:
See TracChangeset
for help on using the changeset viewer.