]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkNt32Pkg/Dxe/PlatformBds/Generic/BdsEntry.c
Add in OFFSET_OF macro as defined in MDE Library spec
[mirror_edk2.git] / EdkNt32Pkg / Dxe / PlatformBds / Generic / BdsEntry.c
index ddd6b4f78e5d8bbb4e78bf8d39c094e97e760fc5..6979db006c80a501ff4aba5573ced08e8fbc2673 100644 (file)
@@ -216,7 +216,6 @@ Returns:
     // All the driver options should have been processed since\r
     // now boot will be performed.\r
     //\r
-    PERF_END (0, BDS_TOK, NULL, 0);\r
     Status = BdsLibBootViaBootOption (BootOption, BootOption->DevicePath, &ExitDataSize, &ExitData);\r
     if (EFI_ERROR (Status)) {\r
       //\r
@@ -339,7 +338,7 @@ Returns:
   // Setup some platform policy here\r
   //\r
   PlatformBdsPolicyBehavior (PrivateData, &DriverOptionList, &BootOptionList);\r
-  PERF_END (0, L"PlatformBds", L"BDS", 0);\r
+  PERF_END (0, "PlatformBds", "BDS", 0);\r
 \r
   //\r
   // BDS select the boot device to load OS\r