mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
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:
parent
895415ed47
commit
a6eb94eedb
@ -203,7 +203,7 @@ CPU_FEATURE_DEPENDENCE_TYPE
|
||||
DetectFeatureScope (
|
||||
IN CPU_FEATURES_ENTRY *CpuFeature,
|
||||
IN BOOLEAN Before,
|
||||
IN CHAR8 *NextCpuFeatureMask
|
||||
IN UINT8 *NextCpuFeatureMask
|
||||
);
|
||||
|
||||
/**
|
||||
|
@ -125,7 +125,7 @@ CPU_FEATURE_DEPENDENCE_TYPE
|
||||
DetectFeatureScope (
|
||||
IN CPU_FEATURES_ENTRY *CpuFeature,
|
||||
IN BOOLEAN Before,
|
||||
IN CHAR8 *NextCpuFeatureMask
|
||||
IN UINT8 *NextCpuFeatureMask
|
||||
)
|
||||
{
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user