summaryrefslogtreecommitdiffstats
path: root/source/common/dmrestag.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/common/dmrestag.c')
-rw-r--r--source/common/dmrestag.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/common/dmrestag.c b/source/common/dmrestag.c
index 58a43e6..9d18539 100644
--- a/source/common/dmrestag.c
+++ b/source/common/dmrestag.c
@@ -469,6 +469,11 @@ AcpiDmCheckResourceReference (
/* Get the Index term, must be an integer constant to convert */
IndexOp = BufferNameOp->Common.Next;
+
+ /* Major cheat: The Node field is also used for the Tag ptr. Clear it now */
+
+ IndexOp->Common.Node = NULL;
+
OpInfo = AcpiPsGetOpcodeInfo (IndexOp->Common.AmlOpcode);
if (OpInfo->ObjectType != ACPI_TYPE_INTEGER)
{
OpenPOWER on IntegriCloud