svn commit: r188753 - head/sys/i386/acpica

Christoph Mallon christoph.mallon at gmx.de
Wed Feb 18 11:40:43 PST 2009


Ed Schouten schrieb:
> * Christoph Mallon <christoph.mallon at 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.


More information about the svn-src-head mailing list