mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 18:04:08 +03:00
Windows OSL: Remove obsolete reference to memory list field.
The LinkOffset field has been removed. Caused a compile problem if the local cache is not used. (Windows utilities only.)
This commit is contained in:
parent
075993daa4
commit
cd8237dd42
@ -1477,7 +1477,6 @@ AcpiOsCreateCache (
|
||||
}
|
||||
|
||||
memset (NewCache, 0, sizeof (ACPI_MEMORY_LIST));
|
||||
NewCache->LinkOffset = 8;
|
||||
NewCache->ListName = CacheName;
|
||||
NewCache->ObjectSize = ObjectSize;
|
||||
NewCache->MaxDepth = MaxDepth;
|
||||
|
Loading…
x
Reference in New Issue
Block a user