[Webkit-unassigned] [Bug 60283] Fix MIPS build due to AssemblerLabel
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 12 10:48:21 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60283
--- Comment #4 from Chao-ying Fu <fu at mips.com> 2011-05-12 10:48:21 PST ---
1. "MIPSAssembler.h" includes "AssemblerBuffer.h" that defines "struct AssemblerLabel".
2. "AbstractMacroAssembler.h" needs to have the definition of "struct AssemblerLabel". So, I need to include "MIPSAssembler.h" before including "AbstractMacroAssembler.h".
Or, can we modify "AbstractMacroAssembler.h" to include "AssemblerBuffer.h directly"?
Thanks!
Regards,
Chao-ying
--
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