Ignore:
Timestamp:
Jan 30, 2012, 2:07:23 PM (13 years ago)
Author:
[email protected]
Message:

Speculative Windows build fix.

  • assembler/MacroAssemblerCodeRef.h:

(FunctionPtr):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/assembler/MacroAssemblerCodeRef.h

    r106277 r106288  
    127127    }
    128128
    129 #if CALLING_CONVENTION_IS_STDCALL
     129// MSVC doesn't seem to treat functions with different calling conventions as
     130// different types; these methods already defined for fastcall, below.
     131#if CALLING_CONVENTION_IS_STDCALL && !OS(WINDOWS)
    130132
    131133    template<typename returnType>
Note: See TracChangeset for help on using the changeset viewer.