[Webkit-unassigned] [Bug 60688] New: [Qt] Arm debug build failing on ARMAssembler::debugOffset()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 11 21:39:50 PDT 2011


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

           Summary: [Qt] Arm debug build failing on
                    ARMAssembler::debugOffset()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: keith.kyzivat at nokia.com
                CC: barraclough at apple.com, ossy at webkit.org,
                    laszlo.1.gombos at nokia.com, jocelyn.turcotte at nokia.com


ARM debug builds that include ARMAssembler.h fail to find symbol m_formatter:

../../../webkit/Source/JavaScriptCore/assembler/ARMAssembler.h:686:41: error: 'm_formatter' was not declared in this scope

m_formatter isn't declared anywhere visible to ARMAssembler.h
I do see that this was originally declared in ARMv7Assembler.h, with a similar debugOffset() method using it.. This has been since replaced with a call to m_buffer.debugOffset().

I'm not too familiar with this code, so I'm not sure what exactly the right thing to do is.

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