WIP : MCFG #73

This commit is contained in:
Adrien Bourmault 2020-02-09 22:08:23 +01:00
parent dd48126d63
commit bcb647b9af
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ static inline void IoSearchAcpiTables(void)
DebugLog("ACPI System Table %s (OEM %s) length %lu [%p]\n",
mcfg->signature,
mcfg->OEMID,
mcfg->length,
mcfg->length / MB,
mcfg
);
SDTDirectory[SDT_MCFG] = mcfg;