mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-01-11 19:22:14 +01:00
Correct ACPI DropTables parsing
This commit is contained in:
parent
29bd9c88a3
commit
15a9eebae6
@ -5173,9 +5173,9 @@ GetUserSettings(
|
|||||||
DBG (" length=%d(0x%X)", TabLength, TabLength);
|
DBG (" length=%d(0x%X)", TabLength, TabLength);
|
||||||
}
|
}
|
||||||
// Check if to drop for other OS as well
|
// Check if to drop for other OS as well
|
||||||
Prop = GetProperty (Dict2, "DropForAllOS");
|
Prop2 = GetProperty (Dict2, "DropForAllOS");
|
||||||
if (Prop != NULL) {
|
if (Prop2 != NULL) {
|
||||||
OtherOS = IsPropertyTrue (Prop);
|
OtherOS = IsPropertyTrue (Prop2);
|
||||||
}
|
}
|
||||||
|
|
||||||
DBG ("\n");
|
DBG ("\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user