diff options
Diffstat (limited to 'source/components/executer/exoparg1.c')
-rw-r--r-- | source/components/executer/exoparg1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/executer/exoparg1.c b/source/components/executer/exoparg1.c index 4d2d88f64862..efaa82770193 100644 --- a/source/components/executer/exoparg1.c +++ b/source/components/executer/exoparg1.c @@ -724,7 +724,7 @@ AcpiExOpcode_1A_0T_1R ( Status = AcpiExStore (ReturnDesc, Operand[0], WalkState); break; - case AML_TYPE_OP: /* ObjectType (SourceObject) */ + case AML_OBJECT_TYPE_OP: /* ObjectType (SourceObject) */ /* * Note: The operand is not resolved at this point because we want to * get the associated object, not its value. For example, we don't |