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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to