[Webkit-unassigned] [Bug 98808] Compilation problem in debug build on MIPS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 9 13:49:35 PDT 2012


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


Mark Lam <mark.lam at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fpizlo at apple.com,
                   |                            |ggaren at apple.com




--- Comment #2 from Mark Lam <mark.lam at apple.com>  2012-10-09 13:50:12 PST ---
(In reply to comment #1)
> Created an attachment (id=167810)
 --> (https://bugs.webkit.org/attachment.cgi?id=167810&action=review) [details]
> Fix the replaced member name.
> 
> Very likely the same problem appears in the ARM_THUMB2 #ifdef block at line #799

Yes, both the ARM_THUMB2 and MIPS cases have the typo.  The (struct JITStackFrame, JSStack) should be (struct JITStackFrame, stack) as you pointed out.  Can you please fix the ARM_THUMB2 case as well in your patch?  Thanks.

-- 
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