Changeset 146178 in webkit


Ignore:
Timestamp:
Mar 18, 2013 9:42:10 PM (11 years ago)
Author:
msaboff@apple.com
Message:

Unreviewed build fix for 32 bit builds.

  • dfg/DFGSpeculativeJIT32_64.cpp:

(JSC::DFG::SpeculativeJIT::compile):

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r146174 r146178  
     12013-03-18  Michael Saboff  <msaboff@apple.com>
     2
     3        Unreviewed build fix for 32 bit builds.
     4
     5        * dfg/DFGSpeculativeJIT32_64.cpp:
     6        (JSC::DFG::SpeculativeJIT::compile):
     7
    182013-03-18  Michael Saboff  <msaboff@apple.com>
    29
  • trunk/Source/JavaScriptCore/dfg/DFGSpeculativeJIT32_64.cpp

    r146174 r146178  
    23222322            GPRReg op1GPR = op1.gpr();
    23232323            GPRReg op2GPR = op2.gpr();
    2324             GPRReg resultGPR - result.gpr();
     2324            GPRReg resultGPR = result.gpr();
    23252325
    23262326            MacroAssembler::Jump op1Less = m_jit.branch32(op == ArithMin ? MacroAssembler::LessThan : MacroAssembler::GreaterThan, op1GPR, op2GPR);
Note: See TracChangeset for help on using the changeset viewer.