Changeset 230762 in webkit


Ignore:
Timestamp:
Apr 18, 2018 6:01:51 AM (6 years ago)
Author:
tpopela@redhat.com
Message:

Unreviewed, fix build on ARM

  • assembler/MacroAssemblerARM.h:

(JSC::MacroAssemblerARM::readCallTarget):

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r230761 r230762  
     12018-04-18  Tomas Popela  <tpopela@redhat.com>
     2
     3        Unreviewed, fix build on ARM
     4
     5        * assembler/MacroAssemblerARM.h:
     6        (JSC::MacroAssemblerARM::readCallTarget):
     7
    182018-04-18  Tomas Popela  <tpopela@redhat.com>
    29
  • trunk/Source/JavaScriptCore/assembler/MacroAssemblerARM.h

    r230748 r230762  
    15071507
    15081508    template<PtrTag resultTag, PtrTag locationTag>
    1509     static FunctionPtr<resultTag> readCallTarget(CodeLocationCall<tag> call)
     1509    static FunctionPtr<resultTag> readCallTarget(CodeLocationCall<locationTag> call)
    15101510    {
    15111511        return FunctionPtr<resultTag>(reinterpret_cast<void(*)()>(ARMAssembler::readCallTarget(call.dataLocation())));
Note: See TracChangeset for help on using the changeset viewer.