mirror of
https://github.com/acpica/acpica/
synced 2025-02-19 15:04:30 +03:00
Removed "Type", must use "Common.Type".
date 99.09.02.22.45.00; author rmoore1; state Exp;
This commit is contained in:
parent
4fc186fecf
commit
b144b2b606
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user