Changeset 128259 in webkit


Ignore:
Timestamp:
Sep 11, 2012 8:36:47 PM (12 years ago)
Author:
ryuan.choi@samsung.com
Message:

Fix build break with LLINT on 32bit machine after r128219
https://bugs.webkit.org/show_bug.cgi?id=96461

Unreviewed build fix.

  • llint/LowLevelInterpreter32_64.asm: Fixed typo.
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r128250 r128259  
     12012-09-11  Ryuan Choi  <ryuan.choi@samsung.com>
     2
     3        Fix build break with LLINT on 32bit machine after r128219
     4        https://bugs.webkit.org/show_bug.cgi?id=96461
     5
     6        Unreviewed build fix.
     7
     8        * llint/LowLevelInterpreter32_64.asm: Fixed typo.
     9
    1102012-09-11  Michael Saboff  <msaboff@apple.com>
    211
  • trunk/Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm

    r128219 r128259  
    11731173    loadi 8[PC], t0
    11741174    loadp 16[PC], t1
    1175     loadConstantOrVariablePayload(t0, CellTag, t3, .opGetArrayLengthSlot)
     1175    loadConstantOrVariablePayload(t0, CellTag, t3, .opGetArrayLengthSlow)
    11761176    loadp JSCell::m_structure[t3], t2
    11771177    if VALUE_PROFILER
Note: See TracChangeset for help on using the changeset viewer.