[Webkit-unassigned] [Bug 114438] Compile assert failure for JITStackFrame assembly trampoline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 14 05:11:26 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=114438


Allan Sandfeld Jensen <allan.jensen at digia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |allan.jensen at digia.com




--- Comment #2 from Allan Sandfeld Jensen <allan.jensen at digia.com>  2013-04-14 05:09:40 PST ---
Have you tried changing line 367 in JITStubs.cpp:
from:#if COMPILER(GCC) && CPU(X86_64)
to:#if COMPILER(GCC) && CPU(X86_64) && !OS(WINDOWS)
and below 
from:#elif COMPILER(MSVC) && CPU(X86_64)
to:#elif OS(WINDOWS) && CPU(X86_64)

Calling convensions should be the same. The ifdefs just seems to assume GCC means SysV calling convension and MSVC is needed for windows.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list