Re: x87 register clobber returns "unknown register name" error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Hadrien,

>    asm volatile ("fstps (%1)" :
>                  : // No output
>                  "t" (input), "r" (output) :
>                  "memory", "st(0)");

st(0) may work in assembler, but in the clobber section you must write "st".



Regards
Bernd.



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux