diff options
Diffstat (limited to 'source/compiler/asllookup.c')
-rw-r--r-- | source/compiler/asllookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler/asllookup.c b/source/compiler/asllookup.c index 73157465653fc..acec30247c59b 100644 --- a/source/compiler/asllookup.c +++ b/source/compiler/asllookup.c @@ -413,7 +413,7 @@ LkGetNameOp ( /* Name must appear as the last parameter */ NameOp = Op->Asl.Child; - while (!(NameOp->Asl.CompileFlags & NODE_IS_NAME_DECLARATION)) + while (!(NameOp->Asl.CompileFlags & OP_IS_NAME_DECLARATION)) { NameOp = NameOp->Asl.Next; } |