From 85091665578f4ec2d22e51515280a892e38c7ee6 Mon Sep 17 00:00:00 2001 From: Robert Moore Date: Thu, 7 Mar 2013 13:58:57 -0800 Subject: 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. --- tests/aslts/src/runtime/collections/bdemo/ACPICA/0189/DECL.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/aslts/src/runtime/collections/bdemo/ACPICA/0189') diff --git a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0189/DECL.asl b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0189/DECL.asl index b340d939f..bf02561ac 100644 --- a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0189/DECL.asl +++ b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0189/DECL.asl @@ -40,13 +40,13 @@ Method(mf7d) CH03("", 0, 0x000, 0, 0) - ConcatenateResTemplate(RT00, Local0) + Store(ConcatenateResTemplate(RT00, Local0), Local1) CH04("", 0, 0xff, 0, 0x001, 0, 0) Store(Buffer(){0x78}, Local0) - ConcatenateResTemplate(RT00, Local0) + Store(ConcatenateResTemplate(RT00, Local0), Local1) CH04("", 0, 0xff, 0, 0x002, 0, 0) } -- cgit v1.2.1