WIP : MCFG #73

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

View File

@ -293,7 +293,7 @@ static inline void IoSearchAcpiTables(void)
if (!checksum) {
if (!strncmp(mcfg->signature, SDTChar[SDT_MCFG], 3)) {
DebugLog("ACPI System Table %s (OEM %s) length %lu [%p]\n",
SDTChar[SDT_MCFG],
mcfg->signature,
mcfg->OEMID,
mcfg->length,
mcfg