<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:msaboff&#64;apple.com" title="Michael Saboff &lt;msaboff&#64;apple.com&gt;"> <span class="fn">Michael Saboff</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED DUPLICATE - [W32] No GCC assembler code for JIT on Windows in JavaScriptCore/jit/JITStubsX86.h"
   href="https://bugs.webkit.org/show_bug.cgi?id=143757">bug 143757</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Attachment #250802 Flags</td>
           <td>review?
           </td>
           <td>review-
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED DUPLICATE - [W32] No GCC assembler code for JIT on Windows in JavaScriptCore/jit/JITStubsX86.h"
   href="https://bugs.webkit.org/show_bug.cgi?id=143757#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED DUPLICATE - [W32] No GCC assembler code for JIT on Windows in JavaScriptCore/jit/JITStubsX86.h"
   href="https://bugs.webkit.org/show_bug.cgi?id=143757">bug 143757</a>
              from <span class="vcard"><a class="email" href="mailto:msaboff&#64;apple.com" title="Michael Saboff &lt;msaboff&#64;apple.com&gt;"> <span class="fn">Michael Saboff</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=250802&amp;action=diff" name="attach_250802" title="Add missing gcc asm code for JIT">attachment 250802</a> <a href="attachment.cgi?id=250802&amp;action=edit" title="Add missing gcc asm code for JIT">[details]</a></span>
Add missing gcc asm code for JIT

You need to rebaseline your source tree as it appears that you have an old version.  These functions have changed names and their implementation.
    callToJavaScript is now vmEntryToJavaScript
    callToNativeFunction is now vmEntryToNative
If you're using gcc, you should be using the LLInt generated versions of these assembly functions.  Make any modifications there.
You may need to make changes to the Offline assembler</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>