Ignore:
Timestamp:
Dec 5, 2011, 1:41:04 AM (13 years ago)
Author:
Csaba Osztrogonác
Message:

MacroAssemblerSH4 does not implement readCallTarget
https://bugs.webkit.org/show_bug.cgi?id=73434

Patch by Zoltan Herczeg <[email protected]> on 2011-12-05
Reviewed by Csaba Osztrogonác.

  • assembler/MacroAssemblerSH4.h: Support for SH4.

(JSC::MacroAssemblerSH4::readCallTarget):

  • assembler/SH4Assembler.h:

(JSC::SH4Assembler::readCallTarget):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/assembler/MacroAssemblerSH4.h

    r99765 r101980  
    17591759    }
    17601760
     1761    static FunctionPtr readCallTarget(CodeLocationCall call)
     1762    {
     1763        return FunctionPtr(reinterpret_cast<void(*)()>(SH4Assembler::readCallTarget(call.dataLocation())));
     1764    }
     1765
    17611766protected:
    17621767    SH4Assembler::Condition SH4Condition(RelationalCondition cond)
Note: See TracChangeset for help on using the changeset viewer.