Changeset 52920 in webkit for trunk/JavaScriptCore/jit/JIT.cpp
- Timestamp:
- Jan 7, 2010, 5:15:04 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JIT.cpp
r52729 r52920 28 28 29 29 // 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) 31 31 #include "MacroAssembler.h" 32 32 JSC::MacroAssemblerX86Common::SSE2CheckState JSC::MacroAssemblerX86Common::s_sse2CheckState = NotCheckedSSE2;
Note:
See TracChangeset
for help on using the changeset viewer.