Change _CR() to BASE_CR() to follow naming convention
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6888 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -456,7 +456,7 @@ NotifyFwVolBlock (
|
||||
//
|
||||
// Update Fv to use a new Fvb
|
||||
//
|
||||
FvDevice = _CR (Fv, FV_DEVICE, Fv);
|
||||
FvDevice = BASE_CR (Fv, FV_DEVICE, Fv);
|
||||
if (FvDevice->Signature == FV2_DEVICE_SIGNATURE) {
|
||||
//
|
||||
// Only write into our device structure if it's our device structure
|
||||
|
Reference in New Issue
Block a user