[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 14:44:36 PST 2016


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

--- Comment #7 from Konstantin Tokarev <annulen at yandex.ru> ---
Comment on attachment 269926
  --> https://bugs.webkit.org/attachment.cgi?id=269926
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

-- 
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/20160126/ac9ad5fc/attachment.html>


More information about the webkit-unassigned mailing list