]> git.pld-linux.org Git - packages/Glide_VG.git/blobdiff - Glide_VG-morearchs.patch
- pass AR to remove 'l' option, which changed meaning
[packages/Glide_VG.git] / Glide_VG-morearchs.patch
index 3eb438c4c12b65b9da57cfbef65046e6813e5585..1029fcbe75a2d138294528e22827ce8699f0dc31 100644 (file)
  
  
  void double_precision_asm() {
+-  asm("push %eax \n fnclex \n fstcw (%esp) \n movw (%esp), %eax \n "
+-      "and $0x0000fcff, %eax \n or $0x000002ff, %eax \n mov %eax, (%esp) \n "
 +#ifdef __i386__
-   asm("push %eax \n fnclex \n fstcw (%esp) \n movw (%esp), %eax \n "
-       "and $0x0000fcff, %eax \n or $0x000002ff, %eax \n mov %eax, (%esp) \n "
++  asm("push %eax \n fnclex \n fstcw (%esp) \n movl (%esp), %eax \n "
++      "and $0x0000fcff, %eax \n or $0x000002ff, %eax \n movl %eax, (%esp) \n "
        "fldcw (%esp) \n pop %eax");
 +#endif
  }
This page took 0.044415 seconds and 4 git commands to generate.