summaryrefslogtreecommitdiff
path: root/source/compiler/aslwalks.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/compiler/aslwalks.c')
-rw-r--r--source/compiler/aslwalks.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/source/compiler/aslwalks.c b/source/compiler/aslwalks.c
index 9485a0ae68b4..16810b49a721 100644
--- a/source/compiler/aslwalks.c
+++ b/source/compiler/aslwalks.c
@@ -859,21 +859,8 @@ AnAnalyzeStoreOperator (
case PARSEOP_DEREFOF:
case PARSEOP_REFOF:
case PARSEOP_INDEX:
-
- return;
-
case PARSEOP_METHODCALL:
- /*
- * A target is not allowed to be a method call.
- * It is technically allowed to be a method call, but this only
- * makes sense in one case: if the method returns a reference object,
- * which will then allow the Store to complete successfully.
- * However, this is not supported by the ACPICA interpreter,
- * and not supported by the MS ASL compiler
- * at this time. (09/2015)
- */
- AslError (ASL_ERROR, ASL_MSG_UNSUPPORTED,
- TargetOperandOp, "Method invocation cannot be a target");
+
return;
default: