MdePkg/BaseLib: Add one wrapper on RdRand access for parameter check.
Add one wrapper implementation over assembly RdRand access to check possible NULL parameter, for better alignment with comment description. Cc: Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qin Long <qin.long@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
@@ -428,6 +428,7 @@
|
||||
X86EnablePaging32.c
|
||||
X86DisablePaging64.c
|
||||
X86DisablePaging32.c
|
||||
X86RdRand.c
|
||||
|
||||
[Sources.X64]
|
||||
X64/Thunk16.nasm
|
||||
@@ -752,6 +753,7 @@
|
||||
X86EnablePaging32.c
|
||||
X86DisablePaging64.c
|
||||
X86DisablePaging32.c
|
||||
X86RdRand.c
|
||||
X64/GccInline.c | GCC
|
||||
X64/Thunk16.S | XCODE
|
||||
X64/SwitchStack.nasm| GCC
|
||||
|
Reference in New Issue
Block a user