<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [mips] fix offsets of branches that have to go over a jump"
   href="https://bugs.webkit.org/show_bug.cgi?id=153464#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [mips] fix offsets of branches that have to go over a jump"
   href="https://bugs.webkit.org/show_bug.cgi?id=153464">bug 153464</a>
              from <span class="vcard"><a class="email" href="mailto:annulen&#64;yandex.ru" title="Konstantin Tokarev &lt;annulen&#64;yandex.ru&gt;"> <span class="fn">Konstantin Tokarev</span></a>
</span></b>
        <pre>Comment on <span class="bz_obsolete"><a href="attachment.cgi?id=269926&amp;action=diff" name="attach_269926" title="Patch">attachment 269926</a> <a href="attachment.cgi?id=269926&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=269926&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=269926&amp;action=review</a>

<span class="quote">&gt; Source/JavaScriptCore/yarr/YarrJIT.cpp:2585
&gt; +        m_assembler.sw(framePointerRegister, stackPointerRegister, 0);</span >

Please use pushPair here

<span class="quote">&gt; Source/JavaScriptCore/yarr/YarrJIT.cpp:2621
&gt; +        m_assembler.addiu(stackPointerRegister, stackPointerRegister, 8);</span >

And popPair here</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>