Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2009 20:40:36 +0100
From:      Christoph Mallon <christoph.mallon@gmx.de>
To:        Ed Schouten <ed@80386.nl>
Cc:        svn-src-head@freebsd.org, Roman Divacky <rdivacky@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org
Subject:   Re: svn commit: r188753 - head/sys/i386/acpica
Message-ID:  <499C6434.8020807@gmx.de>
In-Reply-To: <20090218193256.GP79178@hoeg.nl>
References:  <200902181825.n1IIPH9n071204@svn.freebsd.org>	<20090218185535.GO79178@hoeg.nl> <499C5C10.9020700@gmx.de> <20090218193256.GP79178@hoeg.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
Ed Schouten schrieb:
> * Christoph Mallon <christoph.mallon@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?499C6434.8020807>