summaryrefslogtreecommitdiff
path: root/source/components/executer/exresolv.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/executer/exresolv.c')
-rw-r--r--source/components/executer/exresolv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/executer/exresolv.c b/source/components/executer/exresolv.c
index b15e08c97c0b..bbef5c12f76c 100644
--- a/source/components/executer/exresolv.c
+++ b/source/components/executer/exresolv.c
@@ -210,7 +210,7 @@ AcpiExResolveObjectToValue (
/* If method call or CopyObject - do not dereference */
if ((WalkState->Opcode == AML_INT_METHODCALL_OP) ||
- (WalkState->Opcode == AML_COPY_OP))
+ (WalkState->Opcode == AML_COPY_OBJECT_OP))
{
break;
}