Changeset 48217 in webkit for trunk/JavaScriptCore/jit
- Timestamp:
- Sep 9, 2009, 11:09:29 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/ExecutableAllocator.h
r48212 r48217 190 190 static void cacheFlush(void* code, size_t size) 191 191 { 192 User::IMB_Range(code, reinterpret_cast<char*>(code) + size);192 User::IMB_Range(code, static_cast<char*>(code) + size); 193 193 } 194 194 #elif PLATFORM(ARM)
Note:
See TracChangeset
for help on using the changeset viewer.