Changeset 48525 in webkit for trunk/JavaScriptCore/jit/ExecutableAllocator.h
- Timestamp:
- Sep 18, 2009, 1:18:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/ExecutableAllocator.h
r48217 r48525 181 181 { 182 182 } 183 #elif PLATFORM _ARM_ARCH(7) && PLATFORM(IPHONE)183 #elif PLATFORM(ARM_THUMB2) && PLATFORM(IPHONE) 184 184 static void cacheFlush(void* code, size_t size) 185 185 { … … 192 192 User::IMB_Range(code, static_cast<char*>(code) + size); 193 193 } 194 #elif PLATFORM(ARM )194 #elif PLATFORM(ARM_TRADITIONAL) 195 195 static void cacheFlush(void* code, size_t size) 196 196 {
Note:
See TracChangeset
for help on using the changeset viewer.