[Webkit-unassigned] [Bug 137807] Move JSC::MacroAssemblerX86Common::s_sse2CheckState definition to the right place
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 17 02:40:19 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137807
--- Comment #3 from Csaba Osztrogonác <ossy at webkit.org> ---
Comment on attachment 239999
--> https://bugs.webkit.org/attachment.cgi?id=239999
proposed patch
View in context: https://bugs.webkit.org/attachment.cgi?id=239999&action=review
> Source/JavaScriptCore/assembler/MacroAssembler.cpp:38
> +#if CPU(X86) && !OS(MAC_OS_X)
> +MacroAssemblerX86Common::SSE2CheckState MacroAssemblerX86Common::s_sse2CheckState = NotCheckedSSE2;
> +#endif
> +
Why don't we move it into MacroAssemblerX86Common.cpp? It is only used inside MacroAssemblerX86Common.h
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141017/9f5ebaa3/attachment-0002.html>
More information about the webkit-unassigned
mailing list