Changeset 52822 in webkit for trunk/JavaScriptCore/jit/ExecutableAllocator.h
- Timestamp:
- Jan 5, 2010, 12:48:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/ExecutableAllocator.h
r52791 r52822 44 44 #endif 45 45 46 #if PLATFORM(WINCE)46 #if OS(WINCE) 47 47 // From pkfuncs.h (private header file from the Platform Builder) 48 48 #define CACHE_SYNC_ALL 0x07F … … 234 234 : "r0", "r1", "r2"); 235 235 } 236 #elif PLATFORM(WINCE)236 #elif OS(WINCE) 237 237 static void cacheFlush(void* code, size_t size) 238 238 {
Note:
See TracChangeset
for help on using the changeset viewer.