summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/opackageel.asl
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2013-03-07 13:58:57 -0800
committerRobert Moore <Robert.Moore@intel.com>2013-03-07 13:58:57 -0800
commit85091665578f4ec2d22e51515280a892e38c7ee6 (patch)
treee7383d6287e1cc2ccf2a760ce275cd574b488d54 /tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/opackageel.asl
parentca5bb5c7303d04e9dab89317d64d7136fc35d971 (diff)
downloadacpica-85091665578f4ec2d22e51515280a892e38c7ee6.tar.gz
Tests/ASLTS: Fix all cases of "return value not used".
This is now an error in iASL, so must be fixed in the test suite. Chao Guan.
Diffstat (limited to 'tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/opackageel.asl')
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/opackageel.asl12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/opackageel.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/opackageel.asl
index 9912faaaa..959b5fcc8 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/opackageel.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/opackageel.asl
@@ -11819,13 +11819,13 @@ Method(m615)
CH03(arg0, z090, 0, 0, 0)
- Index(m601(2, 6), Derefof(Index(ps60, 20)))
+ Store(Index(m601(2, 6), Derefof(Index(ps60, 20))), Local3)
CH04(arg0, 0, 85, z090, 9, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(3, 6), Derefof(Index(ps60, 20)))
+ Store(Index(m601(3, 6), Derefof(Index(ps60, 20))), Local3)
CH04(arg0, 0, 85, z090, 10, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(4, 0), Derefof(Index(ps60, 20)))
+ Store(Index(m601(4, 0), Derefof(Index(ps60, 20))), Local3)
CH04(arg0, 0, 85, z090, 11, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
}
@@ -23240,13 +23240,13 @@ Method(m615)
CH03(arg0, z090, 0, 0, 0)
- Index(m601(2, 6), Derefof(Index(pb60, 14)))
+ Store(Index(m601(2, 6), Derefof(Index(pb60, 14))), Local3)
CH04(arg0, 0, 85, z090, 9, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(3, 6), Derefof(Index(pb60, 14)))
+ Store(Index(m601(3, 6), Derefof(Index(pb60, 14))), Local3)
CH04(arg0, 0, 85, z090, 10, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
- Index(m601(4, 0), Derefof(Index(pb60, 14)))
+ Store(Index(m601(4, 0), Derefof(Index(pb60, 14))), Local3)
CH04(arg0, 0, 85, z090, 11, 0, 0) // AE_INDEX_TO_NOT_ATTACHED
}