Ignore:
Timestamp:
Nov 18, 2010, 5:51:26 AM (15 years ago)
Author:
[email protected]
Message:

2010-11-18 Chao-ying Fu <[email protected]>

Reviewed by Csaba Osztrogonác.

Avoid increasing required alignment of target type warning
https://bugs.webkit.org/show_bug.cgi?id=43963

  • runtime/UString.h: (JSC::UStringHash::equal):
  • wtf/StdLibExtras.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/StdLibExtras.h

    r70425 r72289  
    6262 * - http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43976
    6363 */
    64 #if CPU(ARM) && COMPILER(GCC)
     64#if (CPU(ARM) || CPU(MIPS)) && COMPILER(GCC)
    6565template<typename Type>
    6666bool isPointerTypeAlignmentOkay(Type* ptr)
Note: See TracChangeset for help on using the changeset viewer.