]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuException.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UefiCpuPkg / Library / CpuExceptionHandlerLib / SecPeiCpuException.c
index 0a9ea79f52dcdf07786eb95f1a09b337f369c340..497cd1649930d341da29022ce97a2dd0415ed0eb 100644 (file)
@@ -39,7 +39,7 @@ CommonExceptionHandler (
       //   On other       - ExceptionType contains (possibly new) exception\r
       //                    value\r
       //\r
-      Status = VmgExitHandleVc (&ExceptionType, SystemContext);\r
+      Status = CcExitHandleVc (&ExceptionType, SystemContext);\r
       if (!EFI_ERROR (Status)) {\r
         return;\r
       }\r
@@ -57,7 +57,7 @@ CommonExceptionHandler (
       //   On other       - ExceptionType contains (possibly new) exception\r
       //                    value\r
       //\r
-      Status = VmTdExitHandleVe (&ExceptionType, SystemContext);\r
+      Status = CcExitHandleVe (&ExceptionType, SystemContext);\r
       if (!EFI_ERROR (Status)) {\r
         return;\r
       }\r