Changeset 51737 in webkit for trunk/JavaScriptCore/jit


Ignore:
Timestamp:
Dec 6, 2009, 1:57:05 AM (15 years ago)
Author:
[email protected]
Message:

Not reviewed, build fix.

Really fix 64-bit build for prior patch.

  • jit/JITArithmetic.cpp:

(JSC::JIT::emitSlow_op_jless):

File:
1 edited

Legend:

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

    r51735 r51737  
    17081708        stubCall.addArgument(regT1);
    17091709        stubCall.call();
    1710         emitJumpSlowToHot(branchTest32(NotZero, regT0), target);
     1710        emitJumpSlowToHot(branchTest32(NonZero, regT0), target);
    17111711    }
    17121712}
Note: See TracChangeset for help on using the changeset viewer.