Changeset 44745 in webkit for trunk/JavaScriptCore/jit/JIT.cpp


Ignore:
Timestamp:
Jun 16, 2009, 3:28:49 PM (16 years ago)
Author:
[email protected]
Message:

2009-06-16 Sam Weinig <[email protected]>

Fix windows build.

  • jit/JIT.cpp: (JSC::JIT::JIT):
File:
1 edited

Legend:

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

    r44743 r44745  
    1 
    21/*
    32 * Copyright (C) 2008, 2009 Apple Inc. All rights reserved.
     
    7271    , m_propertyAccessCompilationInfo(codeBlock ? codeBlock->numberOfStructureStubInfos() : 0)
    7372    , m_callStructureStubCompilationInfo(codeBlock ? codeBlock->numberOfCallLinkInfos() : 0)
    74     , m_bytecodeIndex(-1)
     73    , m_bytecodeIndex((unsigned)-1)
    7574    , m_lastResultBytecodeRegister(std::numeric_limits<int>::max())
    7675    , m_jumpTargetsPosition(0)
Note: See TracChangeset for help on using the changeset viewer.