diff options
Diffstat (limited to 'source/common/dmtbdump.c')
-rw-r--r-- | source/common/dmtbdump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/common/dmtbdump.c b/source/common/dmtbdump.c index 102f1fe..85ae14c 100644 --- a/source/common/dmtbdump.c +++ b/source/common/dmtbdump.c @@ -1611,8 +1611,8 @@ AcpiDmDumpMpst ( ACPI_MPST_DATA_HDR *SubTable1; ACPI_MPST_POWER_DATA *SubTable2; UINT16 SubtableCount; - UINT8 PowerStateCount; - UINT8 ComponentCount; + UINT32 PowerStateCount; + UINT32 ComponentCount; /* Main table */ |