Ignore:
Timestamp:
Sep 8, 2016, 2:09:59 AM (9 years ago)
Author:
[email protected]
Message:

[Win64] Compile fixes.
https://bugs.webkit.org/show_bug.cgi?id=161682

Reviewed by Brent Fulgham.

  • dfg/DFGSpeculativeJIT64.cpp:

(JSC::DFG::SpeculativeJIT::emitCall):

  • jit/JITCall.cpp:

(JSC::JIT::compileOpCall):

  • runtime/ArrayConventions.cpp:

(JSC::clearArrayMemset):

File:
1 edited

Legend:

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

    r203364 r205611  
    157157    COMPILE_ASSERT(OPCODE_LENGTH(op_call) == OPCODE_LENGTH(op_tail_call_forward_arguments), call_and_tail_call_forward_arguments_opcodes_must_be_same_length);
    158158
    159     CallLinkInfo* info;
     159    CallLinkInfo* info = nullptr;
    160160    if (opcodeID != op_call_eval)
    161161        info = m_codeBlock->addCallLinkInfo();
Note: See TracChangeset for help on using the changeset viewer.