Work around build breakage with GCC 4.2.
This commit is contained in:
parent
9f0b6e5e27
commit
10c281ab92
@ -416,7 +416,7 @@ AcpiDmIsResourceTemplate (
|
||||
/* Walk the byte list, abort on any invalid descriptor type or length */
|
||||
|
||||
Status = AcpiUtWalkAmlResources (WalkState, Aml, Length,
|
||||
NULL, (void **) &EndAml);
|
||||
NULL, ACPI_CAST_INDIRECT_PTR (void, &EndAml));
|
||||
if (ACPI_FAILURE (Status))
|
||||
{
|
||||
return (AE_TYPE);
|
||||
|
Loading…
Reference in New Issue
Block a user