summaryrefslogtreecommitdiffstats
path: root/source/compiler/dtsubtable.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/compiler/dtsubtable.c')
-rw-r--r--source/compiler/dtsubtable.c3
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;
}
OpenPOWER on IntegriCloud