Changeset 101980 in webkit for trunk/Source/JavaScriptCore/assembler/MacroAssemblerSH4.h
- Timestamp:
- Dec 5, 2011, 1:41:04 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/assembler/MacroAssemblerSH4.h
r99765 r101980 1759 1759 } 1760 1760 1761 static FunctionPtr readCallTarget(CodeLocationCall call) 1762 { 1763 return FunctionPtr(reinterpret_cast<void(*)()>(SH4Assembler::readCallTarget(call.dataLocation()))); 1764 } 1765 1761 1766 protected: 1762 1767 SH4Assembler::Condition SH4Condition(RelationalCondition cond)
Note:
See TracChangeset
for help on using the changeset viewer.