aboutsummaryrefslogtreecommitdiff
path: root/compiler/dtfield.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/dtfield.c')
-rw-r--r--compiler/dtfield.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/compiler/dtfield.c b/compiler/dtfield.c
index 8c9885bb9df1..f2b4092a6041 100644
--- a/compiler/dtfield.c
+++ b/compiler/dtfield.c
@@ -523,12 +523,25 @@ DtCompileFlag (
break;
+ case ACPI_DMT_FLAGS1:
+
+ BitPosition = 1;
+ BitLength = 2;
+ break;
+
+
case ACPI_DMT_FLAGS2:
BitPosition = 2;
BitLength = 2;
break;
+ case ACPI_DMT_FLAGS4:
+
+ BitPosition = 4;
+ BitLength = 2;
+ break;
+
default:
DtFatal (ASL_MSG_COMPILER_INTERNAL, Field, "Invalid flag opcode");