Ignore:
Timestamp:
May 7, 2010, 7:49:55 PM (15 years ago)
Author:
[email protected]
Message:

Macro expansion I stab at thee!

32bit test fix

File:
1 edited

Legend:

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

    r58986 r58991  
    732732    load32(BaseIndex(regT2, regT3, TimesEight, 4), regT1); // tag
    733733    emitStore(dst, regT1, regT0);
    734     map(m_bytecodeIndex + OPCODE_LENGTH(dynamic ? op_resolve_global_dynamic : op_resolve_global), dst, regT1, regT0);
     734    map(m_bytecodeIndex + dynamic ? OPCODE_LENGTH(op_resolve_global_dynamic) : OPCODE_LENGTH(op_resolve_global), dst, regT1, regT0);
    735735}
    736736
Note: See TracChangeset for help on using the changeset viewer.