UefiCpuPkg/RegisterCpuFeaturesLib: Fix GCC build failure.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Dandan Bi <dandan.bi@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Eric Dong <eric.dong@intel.com>
This commit is contained in:
Dong, Eric 2018-10-27 17:09:21 +08:00 committed by Liming Gao
parent 895415ed47
commit a6eb94eedb
2 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,7 @@ CPU_FEATURE_DEPENDENCE_TYPE
DetectFeatureScope (
IN CPU_FEATURES_ENTRY *CpuFeature,
IN BOOLEAN Before,
IN CHAR8 *NextCpuFeatureMask
IN UINT8 *NextCpuFeatureMask
);
/**

View File

@ -125,7 +125,7 @@ CPU_FEATURE_DEPENDENCE_TYPE
DetectFeatureScope (
IN CPU_FEATURES_ENTRY *CpuFeature,
IN BOOLEAN Before,
IN CHAR8 *NextCpuFeatureMask
IN UINT8 *NextCpuFeatureMask
)
{
//