From 73960ab9bb75ebfb62716f161ed4fc5cade2bb91 Mon Sep 17 00:00:00 2001 From: Chao Li Date: Wed, 11 Dec 2024 17:33:59 +0800 Subject: [PATCH] Emulator.dsc: Change BaseStackCheckLib to StackCheckLibNull Since EDKII PR: https://github.com/tianocore/edk2/pull/5957 has been removed the BaseStackCheckLib, and the new StackCheckLib dependency library StackCheckFailureHookLib has not yet been made public, so we can only use StackCheckLibNull. Signed-off-by: Chao Li --- Emulator.dsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Emulator.dsc b/Emulator.dsc index 398314c..0d3c2d4 100644 --- a/Emulator.dsc +++ b/Emulator.dsc @@ -155,9 +155,9 @@ DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf # # Since software stack checking may be heuristically enabled by the compiler - # include BaseStackCheckLib unconditionally. + # include StackCheckLib unconditionally. # - NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf + NULL|MdePkg/Library/StackCheckLibNull/StackCheckLibNull.inf # # Misc. #