Changeset 87076 in webkit


Ignore:
Timestamp:
May 23, 2011 9:40:10 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-05-23 Thouraya ANDOLSI <thouraya.andolsi@st.com>

Reviewed by Gavin Barraclough.

[SH4] AssemblerLabel does not name a type
https://bugs.webkit.org/show_bug.cgi?id=59927

SH4Assembler.h file shoold be included before AbstractMacroAssembler.h.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r87061 r87076  
     12011-05-23  Thouraya ANDOLSI  <thouraya.andolsi@st.com>
     2
     3        Reviewed by Gavin Barraclough.
     4
     5        [SH4] AssemblerLabel does not name a type
     6        https://bugs.webkit.org/show_bug.cgi?id=59927
     7
     8        SH4Assembler.h file shoold be included before AbstractMacroAssembler.h.
     9
     10        * assembler/MacroAssemblerSH4.h:
     11
    1122011-05-23  Ryuan Choi  <ryuan.choi@samsung.com>
    213
  • trunk/Source/JavaScriptCore/assembler/MacroAssemblerSH4.h

    r86919 r87076  
    3030#if ENABLE(ASSEMBLER) && CPU(SH4)
    3131
     32#include "SH4Assembler.h"
    3233#include "AbstractMacroAssembler.h"
    33 #include "SH4Assembler.h"
    3434#include <wtf/Assertions.h>
    3535
Note: See TracChangeset for help on using the changeset viewer.