1
0
şundan çatallanmış xt-sys/exectos

Use uppercase when printing status codes

Bu işleme şunda yer alıyor:
2024-02-16 22:09:38 +01:00
ebeveyn 6d66629124
işleme 98acc6f3d4
8 değiştirilmiş dosya ile 26 ekleme ve 26 silme

Dosyayı Görüntüle

@@ -102,7 +102,7 @@ BlBuildPageMap(IN PXTBL_PAGE_MAPPING PageMap)
if(Mapping->VirtualAddress)
{
/* Dump memory mapping */
BlDebugPrint(L" Type=%02lu, PhysicalBase=0x%016lx, VirtualBase=0x%016lx, Pages=%lu\n", Mapping->MemoryType,
BlDebugPrint(L" Type=%02lu, PhysicalBase=0x%016lX, VirtualBase=0x%016lX, Pages=%lu\n", Mapping->MemoryType,
Mapping->PhysicalAddress, Mapping->VirtualAddress, Mapping->NumberOfPages);
/* Map memory */