[Webkit-unassigned] [Bug 73434] MacroAssemblerSH4 does not implement readCallTarget

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 2 06:41:00 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=73434





--- Comment #3 from thouraya <thouraya.andolsi at st.com>  2011-12-02 06:41:00 PST ---
Hi, 

1509    static FunctionPtr readCallTarget(CodeLocationCall call)
>> CodeLocationCall  not defined in SH4Assembler.h
 1510    {
 1511        uint16_t* instructionPtr = call.dataLocation();
 1512        instructionPtr -= 3;
 1513        uint32_t addr = readPCrelativeAddress((*instructionPtr & 0xff), instructionPtr)
>> missed ;
 1514        return FunctionPtr(reinterpret_cast<void(*)()>(addr);
>> missed )
 1515    }


Regard,
Thouraya.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list