summaryrefslogtreecommitdiff
path: root/source/compiler/aslmapoutput.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2017-06-29 18:42:13 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2017-06-29 18:42:13 +0000
commit744d47ba98ced2e2a7d3aff2f894136544386e34 (patch)
tree917f6a025e019c7b80e50a45fa783593b4e3c19e /source/compiler/aslmapoutput.c
parentc457a42be4fca72c51fdca569271b62213d01a37 (diff)
Diffstat (limited to 'source/compiler/aslmapoutput.c')
-rw-r--r--source/compiler/aslmapoutput.c2
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);
}