aboutsummaryrefslogtreecommitdiff
path: root/source/compiler/aslprimaries.y
diff options
context:
space:
mode:
Diffstat (limited to 'source/compiler/aslprimaries.y')
-rw-r--r--source/compiler/aslprimaries.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/compiler/aslprimaries.y b/source/compiler/aslprimaries.y
index dd1310b07469..69565defe405 100644
--- a/source/compiler/aslprimaries.y
+++ b/source/compiler/aslprimaries.y
@@ -11,7 +11,7 @@ NoEcho('
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2022, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -843,7 +843,7 @@ LoadTerm
: PARSEOP_LOAD
PARSEOP_OPEN_PAREN {$<n>$ = TrCreateLeafOp (PARSEOP_LOAD);}
NameString
- RequiredTarget
+ Target
PARSEOP_CLOSE_PAREN {$$ = TrLinkOpChildren ($<n>3,2,$4,$5);}
| PARSEOP_LOAD
PARSEOP_OPEN_PAREN