diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-12-18 18:35:46 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-12-18 18:35:46 +0000 |
commit | 1c6f3e7bf6ed0a9ff1bd466e319cdf456e6e91dc (patch) | |
tree | 9ffecbf2e9ce4e63aac5515363a488b761a02b03 /source/compiler/aslwalks.c | |
parent | b9098066cd6284319bca922f13e59517f774a103 (diff) |
Notes
Diffstat (limited to 'source/compiler/aslwalks.c')
-rw-r--r-- | source/compiler/aslwalks.c | 15 |
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: |