diff options
Diffstat (limited to 'source/compiler/dtsubtable.c')
-rw-r--r-- | source/compiler/dtsubtable.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/compiler/dtsubtable.c b/source/compiler/dtsubtable.c index f49c205..275d67a 100644 --- a/source/compiler/dtsubtable.c +++ b/source/compiler/dtsubtable.c @@ -312,14 +312,17 @@ DtGetSubtableLength ( switch (Info->Opcode) { case ACPI_DMT_GAS: + Step = 5; break; case ACPI_DMT_HESTNTFY: + Step = 9; break; default: + Step = 1; break; } |