Changeset 86239 in webkit


Ignore:
Timestamp:
May 11, 2011 9:42:43 AM (13 years ago)
Author:
zecke@webkit.org
Message:

[MIPS] Fix compilation of the MIPS JIT

Include the MIPSAssembler.h first to indirectly include
AssemblerBuffer.h before the AbstractMacroAssembler.h. This
order is used for the ARM and X86 MacroAssembler*.h.

  • assembler/MacroAssemblerMIPS.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r86237 r86239  
     12011-05-11  Holger Hans Peter Freyther  <holger@moiji-mobile.com>
     2
     3        Unreviewed build fix.
     4
     5        [MIPS] Fix compilation of the MIPS JIT
     6
     7        Include the MIPSAssembler.h first to indirectly include
     8        AssemblerBuffer.h before the AbstractMacroAssembler.h. This
     9        order is used for the ARM and X86 MacroAssembler*.h
     10
     11        * assembler/MacroAssemblerMIPS.h:
     12
    1132011-05-11  Adam Roben  <aroben@apple.com>
    214
  • trunk/Source/JavaScriptCore/assembler/MacroAssemblerMIPS.h

    r85432 r86239  
    3030#if ENABLE(ASSEMBLER) && CPU(MIPS)
    3131
     32#include "MIPSAssembler.h"
    3233#include "AbstractMacroAssembler.h"
    33 #include "MIPSAssembler.h"
    3434
    3535namespace JSC {
Note: See TracChangeset for help on using the changeset viewer.