mirror of https://github.com/acidanthera/audk.git
Fix warning generated by GCC compiler.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6683 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
69da1e7c48
commit
d4f59c13fb
|
@ -1713,6 +1713,8 @@ Returns:
|
|||
//
|
||||
Ptr->AddrSpaceGranularity = 64;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Ptr = (EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *) ((UINT8 *) Ptr + sizeof (EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR));
|
||||
|
|
Loading…
Reference in New Issue