Changeset 58167 in webkit for trunk/JavaScriptCore/jit/ExecutableAllocatorPosix.cpp
- Timestamp:
- Apr 23, 2010, 8:38:43 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/ExecutableAllocatorPosix.cpp
r52791 r58167 81 81 #endif 82 82 83 #if CPU(ARM_TRADITIONAL) && OS(LINUX) && COMPILER(RVCT) 84 __asm void ExecutableAllocator::cacheFlush(void* code, size_t size) 85 { 86 ARM 87 push {r7} 88 add r1, r1, r0 89 mov r7, #0xf0000 90 add r7, r7, #0x2 91 mov r2, #0x0 92 svc #0x0 93 pop {r7} 94 bx lr 95 } 96 #endif 97 83 98 } 84 99
Note:
See TracChangeset
for help on using the changeset viewer.