Ignore:
Timestamp:
Oct 21, 2014, 1:57:22 AM (11 years ago)
Author:
[email protected]
Message:

Move JSC::MacroAssemblerX86Common::s_sse2CheckState definition to MacroAssemblerX86Common.cpp.
<https://webkit.org/b/137807>

Patch by Milan Crha <[email protected]> on 2014-10-21
Reviewed by Csaba Osztrogonác.

  • assembler/MacroAssemblerX86Common.cpp:
  • jit/JIT.cpp:
File:
1 edited

Legend:

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

    r174401 r174933  
    2929
    3030#include "JIT.h"
    31 
    32 // This probably does not belong here; adding here for now as a quick Windows build fix.
    33 #if ENABLE(ASSEMBLER) && CPU(X86) && !OS(MAC_OS_X)
    34 #include "MacroAssembler.h"
    35 JSC::MacroAssemblerX86Common::SSE2CheckState JSC::MacroAssemblerX86Common::s_sse2CheckState = NotCheckedSSE2;
    36 #endif
    3731
    3832#include "ArityCheckFailReturnThunks.h"
Note: See TracChangeset for help on using the changeset viewer.