forked from xt-sys/exectos
Fix ACPI cache causing some undefined behavior
This commit is contained in:
parent
92e861ebae
commit
829fc49aac
@ -316,9 +316,6 @@ HlpQueryAcpiCache(IN ULONG Signature,
|
||||
PACPI_CACHE_LIST AcpiCache;
|
||||
PLIST_ENTRY ListEntry;
|
||||
|
||||
/* Assume ACPI table not cached */
|
||||
*AcpiTable = NULL;
|
||||
|
||||
/* Iterate through ACPI tables cache list */
|
||||
ListEntry = HlpAcpiCacheList.Flink;
|
||||
while(ListEntry != &HlpAcpiCacheList)
|
||||
|
Loading…
Reference in New Issue
Block a user