Changeset 175624 in webkit


Ignore:
Timestamp:
Nov 5, 2014 9:45:38 AM (10 years ago)
Author:
Csaba Osztrogonác
Message:

Enable ARMv7 disassembler for all platforms
https://bugs.webkit.org/show_bug.cgi?id=138415

Reviewed by Darin Adler.

  • wtf/Platform.h:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r175583 r175624  
     12014-11-05  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Enable ARMv7 disassembler for all platforms
     4        https://bugs.webkit.org/show_bug.cgi?id=138415
     5
     6        Reviewed by Darin Adler.
     7
     8        * wtf/Platform.h:
     9
    1102014-11-04  Chris Dumez  <cdumez@apple.com>
    211
  • trunk/Source/WTF/wtf/Platform.h

    r175544 r175624  
    698698#endif
    699699
    700 #if !defined(WTF_USE_ARMV7_DISASSEMBLER) && ENABLE(JIT) && (PLATFORM(IOS) || PLATFORM(GTK)) && CPU(ARM_THUMB2)
     700#if !defined(WTF_USE_ARMV7_DISASSEMBLER) && ENABLE(JIT) && CPU(ARM_THUMB2)
    701701#define WTF_USE_ARMV7_DISASSEMBLER 1
    702702#endif
Note: See TracChangeset for help on using the changeset viewer.