mirror of https://github.com/acidanthera/audk.git
MdeModulePkg SmmSmiHandlerProfileLib: Fix GCC build failure
Cc: Feng Tian <feng.tian@intel.com> 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: Feng Tian <feng.tian@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
parent
fc7bd8939d
commit
8c1183a879
|
@ -99,7 +99,7 @@ SmmSmiHandlerProfileLibConstructor (
|
|||
gSmst->SmmLocateProtocol (
|
||||
&gSmiHandlerProfileGuid,
|
||||
NULL,
|
||||
&mSmiHandlerProfile
|
||||
(VOID **) &mSmiHandlerProfile
|
||||
);
|
||||
return EFI_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue