mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-31 01:24:12 +02:00
UefiCpuPkg/MpInitLib: Fix VS2012 build failure
Cc: Eric Dong <eric.dong@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com>
This commit is contained in:
parent
a234383c5b
commit
9b7242f5de
@ -63,6 +63,11 @@ MicrocodeDetect (
|
||||
UINT32 ProcessorFlags;
|
||||
UINT32 ThreadId;
|
||||
|
||||
//
|
||||
// set ProcessorFlags to suppress incorrect compiler/analyzer warnings
|
||||
//
|
||||
ProcessorFlags = 0;
|
||||
|
||||
if (CpuMpData->MicrocodePatchRegionSize == 0) {
|
||||
//
|
||||
// There is no microcode patches
|
||||
|
Loading…
x
Reference in New Issue
Block a user