Ignore:
Timestamp:
Oct 20, 2009, 2:55:06 PM (16 years ago)
Author:
[email protected]
Message:
  • jit/JITOpcodes.cpp:

(JSC::JIT::emit_op_next_pname): Slightly tweaked this #ifdef to match the
size of a JSValue because m_jsStrings is an array of JSValues.

Reviewed by Mark Rowe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/jit/JITOpcodes.cpp

    r49887 r49888  
    25022502    loadPtr(Address(regT1, OBJECT_OFFSETOF(JSPropertyNameIterator, m_jsStrings)), regT2);
    25032503
    2504 #if PLATFORM(X86_64)
     2504#if USE(JSVALUE64)
    25052505    loadPtr(BaseIndex(regT2, regT0, TimesEight), regT2);
    25062506#else
Note: See TracChangeset for help on using the changeset viewer.