Changeset 44886 in webkit for trunk/JavaScriptCore/jit/JITStubs.cpp
- Timestamp:
- Jun 19, 2009, 6:07:06 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JITStubs.cpp
r44884 r44886 190 190 ); 191 191 192 #elif COMPILER(GCC) && PLATFORM (ARM_V7)192 #elif COMPILER(GCC) && PLATFORM_ARM_ARCH(7) 193 193 194 194 #if USE(JIT_STUB_ARGUMENT_VA_LIST) … … 329 329 JIT::compileCTIMachineTrampolines(globalData, &m_executablePool, &m_ctiArrayLengthTrampoline, &m_ctiStringLengthTrampoline, &m_ctiVirtualCallPreLink, &m_ctiVirtualCallLink, &m_ctiVirtualCall, &m_ctiNativeCallThunk); 330 330 331 #if PLATFORM (ARM_V7)331 #if PLATFORM_ARM_ARCH(7) 332 332 // Unfortunate the arm compiler does not like the use of offsetof on JITStackFrame (since it contains non POD types), 333 333 // and the FIELD_OFFSET macro does not appear constantish enough for it to be happy with its use in COMPILE_ASSERT … … 570 570 namespace JITStubs { 571 571 572 #if PLATFORM (ARM_V7)572 #if PLATFORM_ARM_ARCH(7) 573 573 574 574 #define DEFINE_STUB_FUNCTION(rtype, op) \
Note:
See TracChangeset
for help on using the changeset viewer.