Date: Wed, 28 Aug 2002 00:19:10 +0200 From: Yann Berthier <yb@sainte-barbe.org> To: acpi-jp@jp.FreeBSD.org, current@FreeBSD.org Subject: Re: [acpi-jp 1735] Re: Call for testers: acpica-unix-20020815 Message-ID: <20020827221910.GD470@hsc.fr> In-Reply-To: <B9ECACBD6885D5119ADC00508B68C1EA0D19B718@orsmsx107.jf.intel.com> References: <B9ECACBD6885D5119ADC00508B68C1EA0D19B718@orsmsx107.jf.intel.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 27 Aug 2002, Moore, Robert wrote:
>
> This looks like the (in)famous "implicit return" problem that is in some
> Toshiba ASL files.
>
> Method(_CRS) {
> CRS_(0x10)
> }
>
> This does NOT actually return a value and the ASL code is incorrect. It has
> to be:
>
> Method(_CRS) {
> Return (CRS_(0x10))
> }
>
> The iASL compiler generates warnings for all instances of this erroneous
> code.
Thanks a lot for your input. What is the best way for me to verify
this ?
- yann
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020827221910.GD470>
