Changeset 44886 in webkit for trunk/JavaScriptCore/jit/ExecutableAllocator.h
- Timestamp:
- Jun 19, 2009, 6:07:06 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/ExecutableAllocator.h
r44517 r44886 211 211 UNUSED_PARAM(code); 212 212 UNUSED_PARAM(size); 213 #elif PLATFORM (ARM_V7) && PLATFORM(IPHONE)213 #elif PLATFORM_ARM_ARCH(7) && PLATFORM(IPHONE) 214 214 sys_dcache_flush(code, size); 215 215 sys_icache_invalidate(code, size);
Note:
See TracChangeset
for help on using the changeset viewer.