Removed "Type", must use "Common.Type".

date	99.09.02.22.45.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 16:39:34 +00:00
parent 4fc186fecf
commit b144b2b606

View File

@ -381,7 +381,7 @@ EvAddrHandlerHelper (
return (void *) AE_AML_ERROR;
}
if (ObjDesc->Type == TYPE_Device)
if (ObjDesc->Common.Type == TYPE_Device)
{
TmpObj = ObjDesc->Device.AddrHandler;
while (TmpObj)