That makes it sound like instead of NOOP, it's "test if value is
initialized, and raise an error if not" which may not have been intended.
You might try commenting out that line.

Peter


On 2/7/07, David Mathog <[EMAIL PROTECTED]> wrote:

> However the 5
> instances where uninitialized variables are used would go a long
> way towards explaining the flakiness of this Tyan board.

On second thought, no.  I checked these code sections and
each instance is like this one:

  Method (_MSG, 1, NotSerialized)
  {
      Store (Local0, Local0)
  }

Apparently they had to put something into the body of the method
and used "store a value back onto itself" as a sort of no-op.

Regards,

David Mathog
[EMAIL PROTECTED]
Manager, Sequence Analysis Facility, Biology Division, Caltech
_______________________________________________
Beowulf mailing list, [email protected]
To change your subscription (digest mode or unsubscribe) visit
http://www.beowulf.org/mailman/listinfo/beowulf

_______________________________________________
Beowulf mailing list, [email protected]
To change your subscription (digest mode or unsubscribe) visit 
http://www.beowulf.org/mailman/listinfo/beowulf

Reply via email to