[Webkit-unassigned] [Bug 59896] Remove JmpSrc/JmpDst types.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 2 16:25:34 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=59896
Chao-ying Fu <fu at mips.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fu at mips.com
--- Comment #5 from Chao-ying Fu <fu at mips.com> 2011-05-02 16:25:35 PST ---
Hi Gavin,
For MIPS build, we need to switch the order of header files to get it compiled. Thanks!
Regards,
Chao-ying
fu at debian:/disk/fu/dev/WebKit/Source/JavaScriptCore/assembler$ svn diff
Index: MacroAssemblerMIPS.h
===================================================================
--- MacroAssemblerMIPS.h (revision 85498)
+++ MacroAssemblerMIPS.h (working copy)
@@ -29,8 +29,8 @@
#if ENABLE(ASSEMBLER) && CPU(MIPS)
+#include "MIPSAssembler.h"
#include "AbstractMacroAssembler.h"
-#include "MIPSAssembler.h"
namespace JSC {
--
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