mirror of https://github.com/acidanthera/audk.git
MdeModulePkg Variable: VarErrFlag need to be consistent in NV flash and cache
The code wrongly has TempFlag wrote to NV flash, but has Flag assigned to NV cache. Cc: Jiewen Yao <jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19573 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b2c59ce83c
commit
4a23636a34
|
@ -799,7 +799,7 @@ RecordVarErrorFlag (
|
||||||
//
|
//
|
||||||
// Update the data in NV cache.
|
// Update the data in NV cache.
|
||||||
//
|
//
|
||||||
*VarErrFlag = Flag;
|
*VarErrFlag = TempFlag;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue