Ignore:
Timestamp:
Jan 25, 2009, 1:11:42 PM (16 years ago)
Author:
Darin Adler
Message:

2009-01-25 Judit Jasz <[email protected]>

Reviewed by Darin Adler.


Compilation problem fixing
http://bugs.webkit.org/show_bug.cgi?id=23497

  • jit/JITCall.cpp: (JSC::JIT::compileOpCall): Use JSValuePtr::encode.
File:
1 edited

Legend:

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

    r40230 r40232  
    134134
    135135        emitCTICall(Interpreter::cti_op_call_eval);
    136         wasEval = jnePtr(X86::eax, ImmPtr(jsImpossibleValue()));
     136        wasEval = jnePtr(X86::eax, ImmPtr(JSValuePtr::encode(jsImpossibleValue())));
    137137    }
    138138
Note: See TracChangeset for help on using the changeset viewer.