summaryrefslogtreecommitdiff
path: root/source/compiler/dtsubtable.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/compiler/dtsubtable.c')
-rw-r--r--source/compiler/dtsubtable.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/compiler/dtsubtable.c b/source/compiler/dtsubtable.c
index 7d656db88500..d7e4eff8bf75 100644
--- a/source/compiler/dtsubtable.c
+++ b/source/compiler/dtsubtable.c
@@ -321,6 +321,11 @@ DtGetSubtableLength (
Step = 9;
break;
+ case ACPI_DMT_IORTMEM:
+
+ Step = 10;
+ break;
+
default:
Step = 1;