diff options
Diffstat (limited to 'source/compiler/aslmapoutput.c')
-rw-r--r-- | source/compiler/aslmapoutput.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler/aslmapoutput.c b/source/compiler/aslmapoutput.c index de5dc1c6c3d1..5fdb54cddaea 100644 --- a/source/compiler/aslmapoutput.c +++ b/source/compiler/aslmapoutput.c @@ -685,7 +685,7 @@ MpNamespaceXrefBegin ( * are references to other objects within the namespace and the * parent objects of name declarations */ - if (Op->Asl.CompileFlags & NODE_IS_NAME_DECLARATION) + if (Op->Asl.CompileFlags & OP_IS_NAME_DECLARATION) { return (AE_OK); } |