Ed Schouten schrieb:
* Christoph Mallon <christoph.mal...@gmx.de> wrote:
You cannot pass variables to global asm statements.

Oh, yuck. So I guess the only solution would be to move it into its own
assembly file?

Marking the involved variables as __used (which evaluates to __attribute__((used))) is fine. That's exactly what Roman is doing.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to