<html>
    <head>
      <base href="https://bugzilla.icculus.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - vm_x86.c inline assembly error on hosts using -fPIC"
   href="https://bugzilla.icculus.org/show_bug.cgi?id=6429#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - vm_x86.c inline assembly error on hosts using -fPIC"
   href="https://bugzilla.icculus.org/show_bug.cgi?id=6429">bug 6429</a>
              from <span class="vcard"><a class="email" href="mailto:arny@ats.s.bawue.de" title="Thilo Schulz <arny@ats.s.bawue.de>"> <span class="fn">Thilo Schulz</span></a>
</span></b>
        <pre>I've been told and confirmed that in PIC code, all function epilogues set EBX
to the respective GOT, so that last step won't be necessary.
So one really only needs to restore ebx to the GOT after VM code has returned.
I did this in my repo on github: <a href="https://github.com/thiloschulz/ioq3">https://github.com/thiloschulz/ioq3</a>

Pull my latest changes and try again. Maybe you'll have that PIE after all. :)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>