Changeset 44886 in webkit for trunk/JavaScriptCore/yarr/RegexJIT.cpp
- Timestamp:
- Jun 19, 2009, 6:07:06 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/yarr/RegexJIT.cpp
r44713 r44886 44 44 friend void jitCompileRegex(JSGlobalData* globalData, RegexCodeBlock& jitObject, const UString& pattern, unsigned& numSubpatterns, const char*& error, bool ignoreCase, bool multiline); 45 45 46 #if PLATFORM (ARM_V7)46 #if PLATFORM_ARM_ARCH(7) 47 47 static const RegisterID input = ARM::r0; 48 48 static const RegisterID index = ARM::r1; … … 1309 1309 loadPtr(Address(X86::ebp, 2 * sizeof(void*)), output); 1310 1310 #endif 1311 #elif PLATFORM (ARM_V7)1311 #elif PLATFORM_ARM_ARCH(7) 1312 1312 push(ARM::r4); 1313 1313 push(ARM::r5); … … 1326 1326 pop(X86::ebx); 1327 1327 pop(X86::ebp); 1328 #elif PLATFORM (ARM_V7)1328 #elif PLATFORM_ARM_ARCH(7) 1329 1329 pop(ARM::r6); 1330 1330 pop(ARM::r5);
Note:
See TracChangeset
for help on using the changeset viewer.