Core/Runtime/PeSmiVmcallHandler.c - Tidy up a print statementZ

Signed-off-by: Eugene Myers <edmyers@cyberpackventures.com>
This commit is contained in:
Eugene Myers 2023-03-21 17:33:12 -04:00
parent 6c1feab0f9
commit 445d1fefe5
1 changed files with 4 additions and 1 deletions

View File

@ -60,7 +60,10 @@ STM_STATUS AddPeVm(UINT32 CpuIndex, PE_MODULE_INFO * callerDataStructure, UINT32
PeVmData[PeType].PeVmState = PE_VM_ACTIVE; // indicate we are here
DEBUG((EFI_D_INFO, "%ld AddPeVm - callerDataStructure location: 0x%08lx 0x%08lx\n", CpuIndex, (UINT64) (((UINT64)callerDataStructure) >> 32), (UINT64)(callerDataStructure)));
DEBUG((EFI_D_INFO, "%ld AddPeVm - callerDataStructure location: 0x%08lx 0x%08lx\n",
CpuIndex,
(UINT64) (((UINT64)callerDataStructure) >> 32),
(UINT64)(callerDataStructure)));
// pull information from the modules data structure