summaryrefslogtreecommitdiff
path: root/source/compiler/aslkeywords.y
diff options
context:
space:
mode:
Diffstat (limited to 'source/compiler/aslkeywords.y')
-rw-r--r--source/compiler/aslkeywords.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler/aslkeywords.y b/source/compiler/aslkeywords.y
index a19b6425be0b..a505dc029468 100644
--- a/source/compiler/aslkeywords.y
+++ b/source/compiler/aslkeywords.y
@@ -202,7 +202,7 @@ AddressKeyword
;
AddressSpaceKeyword
- : ByteConst {$$ = UtCheckIntegerRange ($1, 0x0A, 0xFF);}
+ : ByteConst {$$ = UtCheckIntegerRange ($1, ACPI_NUM_PREDEFINED_REGIONS, 0xFF);}
| RegionSpaceKeyword {}
;