]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiDxeSmmCpuException.c
OvmfPkg/UefiCpuPkg: Add CcExit prefix to the APIs of CcExitLib
[mirror_edk2.git] / UefiCpuPkg / Library / CpuExceptionHandlerLib / PeiDxeSmmCpuException.c
index 2b6d9da5c7132cb6b6d4256cd3c5e1a37576c5d1..748cf8d3bfc6305a4458b38702135bd587bb0168 100644 (file)
@@ -40,7 +40,7 @@ CommonExceptionHandlerWorker (
       //   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 @@ CommonExceptionHandlerWorker (
       //   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