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


Ignore:
Timestamp:
Jan 7, 2010, 5:15:04 AM (15 years ago)
Author:
[email protected]
Message:

Unreviewed build fix for Qt on Mac OS X

File:
1 edited

Legend:

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

    r52729 r52920  
    2828
    2929// This probably does not belong here; adding here for now as a quick Windows build fix.
    30 #if ENABLE(ASSEMBLER) && CPU(X86) && !PLATFORM(MAC)
     30#if ENABLE(ASSEMBLER) && CPU(X86) && !OS(MAC_OS_X)
    3131#include "MacroAssembler.h"
    3232JSC::MacroAssemblerX86Common::SSE2CheckState JSC::MacroAssemblerX86Common::s_sse2CheckState = NotCheckedSSE2;
Note: See TracChangeset for help on using the changeset viewer.