Changeset 48525 in webkit for trunk/JavaScriptCore/assembler/MacroAssemblerARM.h
- Timestamp:
- Sep 18, 2009, 1:18:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/assembler/MacroAssemblerARM.h
r48389 r48525 31 31 #include <wtf/Platform.h> 32 32 33 #if ENABLE(ASSEMBLER) && PLATFORM(ARM ) && !PLATFORM_ARM_ARCH(7)33 #if ENABLE(ASSEMBLER) && PLATFORM(ARM_TRADITIONAL) 34 34 35 35 #include "ARMAssembler.h" … … 798 798 } 799 799 800 #endif // ENABLE(ASSEMBLER) && PLATFORM(ARM ) && !PLATFORM_ARM_ARCH(7)800 #endif // ENABLE(ASSEMBLER) && PLATFORM(ARM_TRADITIONAL) 801 801 802 802 #endif // MacroAssemblerARM_h
Note:
See TracChangeset
for help on using the changeset viewer.