Fix compiler warning(credit Ramus)

This commit is contained in:
Mykola Grymalyuk
2020-03-01 22:51:54 -07:00
parent 467c5e9157
commit 2ec91209a1
3 changed files with 7 additions and 1 deletions

View File

@@ -53,6 +53,8 @@ Please see the **specific ACPI section of your config.plist**, all SSDTs needed
* [SSDT AWAC](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/SSDT-AWAC.dsl) * [SSDT AWAC](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/SSDT-AWAC.dsl)
* [SSDT-PMC](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/SSDT-PMC.dsl) * [SSDT-PMC](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/SSDT-PMC.dsl)
**AMD:**
* [SSDT-EC-USBX](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/SSDT-EC-USBX.dsl)
### High End Desktop ### High End Desktop

View File

@@ -33,7 +33,11 @@ DefinitionBlock ("", "SSDT", 2, "ACDT", "AMDGPU", 0x00001000)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0) Return (Local0)
} }
} Else
{
Return (Zero)
}
}
} }
Scope (\_SB.PCI0) Scope (\_SB.PCI0)
{ {

Binary file not shown.