diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-03-16 16:52:46 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-03-16 16:52:46 +0000 |
commit | 5d81a9b3a8f41a34235f352bf394f0b1cf633fe9 (patch) | |
tree | 91226028b181077da68f8ea7dd715a7ba6257919 /EmulatorPkg/EmulatorPkg.dsc | |
parent | 2a95fdb81470eea2b0c8b176b913d68d3c083bd9 (diff) | |
download | edk2-5d81a9b3a8f41a34235f352bf394f0b1cf633fe9.tar.gz edk2-5d81a9b3a8f41a34235f352bf394f0b1cf633fe9.tar.bz2 edk2-5d81a9b3a8f41a34235f352bf394f0b1cf633fe9.zip |
Fix build break caused by CPU Exception Library.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13107 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmulatorPkg/EmulatorPkg.dsc')
-rw-r--r-- | EmulatorPkg/EmulatorPkg.dsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EmulatorPkg/EmulatorPkg.dsc b/EmulatorPkg/EmulatorPkg.dsc index 2308eb5b6c..1c71269d3d 100644 --- a/EmulatorPkg/EmulatorPkg.dsc +++ b/EmulatorPkg/EmulatorPkg.dsc @@ -102,7 +102,7 @@ PeiServicesTablePointerLib|EmulatorPkg/Library/PeiServicesTablePointerLibMagicPage/PeiServicesTablePointerLibMagicPage.inf
DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
-
+ CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
[LibraryClasses.common.SEC]
PeiServicesLib|EmulatorPkg/Library/SecPeiServicesLib/SecPeiServicesLib.inf
|