[Webkit-unassigned] [Bug 153464] [mips] fix offsets of branches that have to go over a jump

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 26 17:01:02 PST 2016


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

--- Comment #8 from Guillaume Emont <guijemont at igalia.com> ---
(In reply to comment #7)
> Comment on attachment 269926 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=269926&action=review
> 
> > Source/JavaScriptCore/yarr/YarrJIT.cpp:2585
> > +        m_assembler.sw(framePointerRegister, stackPointerRegister, 0);
> 
> Please use pushPair here
> 
> > Source/JavaScriptCore/yarr/YarrJIT.cpp:2621
> > +        m_assembler.addiu(stackPointerRegister, stackPointerRegister, 8);
> 
> And popPair here

Sorry for the confusion, this patch really belonged to https://bugs.webkit.org/show_bug.cgi?id=153457

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160127/6f51e4e3/attachment-0001.html>


More information about the webkit-unassigned mailing list