diff options
Diffstat (limited to 'source/components/executer/excreate.c')
-rw-r--r-- | source/components/executer/excreate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/components/executer/excreate.c b/source/components/executer/excreate.c index c7f945b048e65..9a002b88b6573 100644 --- a/source/components/executer/excreate.c +++ b/source/components/executer/excreate.c @@ -526,6 +526,7 @@ AcpiExCreateMethod ( ObjDesc->Method.AmlStart = AmlStart; ObjDesc->Method.AmlLength = AmlLength; + ObjDesc->Method.Node = Operand[0]; /* * Disassemble the method flags. Split off the ArgCount, Serialized |