diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2017-06-29 18:42:13 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2017-06-29 18:42:13 +0000 |
commit | 744d47ba98ced2e2a7d3aff2f894136544386e34 (patch) | |
tree | 917f6a025e019c7b80e50a45fa783593b4e3c19e /source/compiler/aslmapoutput.c | |
parent | c457a42be4fca72c51fdca569271b62213d01a37 (diff) |
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); } |