Changeset 48525 in webkit for trunk/JavaScriptCore/assembler/MacroAssemblerARM.cpp
- Timestamp:
- Sep 18, 2009, 1:18:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/assembler/MacroAssemblerARM.cpp
r48389 r48525 27 27 #include "config.h" 28 28 29 #if ENABLE(ASSEMBLER) && PLATFORM(ARM ) && !PLATFORM_ARM_ARCH(7)29 #if ENABLE(ASSEMBLER) && PLATFORM(ARM_TRADITIONAL) 30 30 31 31 #include "MacroAssemblerARM.h" … … 65 65 } 66 66 67 #endif // ENABLE(ASSEMBLER) && PLATFORM(ARM ) && !PLATFORM_ARM_ARCH(7)67 #endif // ENABLE(ASSEMBLER) && PLATFORM(ARM_TRADITIONAL)
Note:
See TracChangeset
for help on using the changeset viewer.