From f39e31e5d7d01f001bf56513127fc591b792f99c Mon Sep 17 00:00:00 2001 From: Erik Schmauss Date: Mon, 26 Feb 2018 15:32:23 -0800 Subject: ASLTS: Change CH03 to use __LINE__ and __METHOD__ macros This changes hard-coded digits to macros. Signed-off-by: Erik Schmauss --- tests/aslts/src/runtime/collections/bdemo/ACPICA/0302/DECL.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/aslts/src/runtime/collections/bdemo/ACPICA/0302/DECL.asl') diff --git a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0302/DECL.asl b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0302/DECL.asl index 3778c9d15..f63d530b3 100644 --- a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0302/DECL.asl +++ b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0302/DECL.asl @@ -84,7 +84,7 @@ M202 () } - CH03 ("", 0x00, 0x02, 0x50, 0x00) + CH03 (__METHOD__, 0x00, __LINE__, 0x00, 0x00) SRMT ("m1eb-m100") M100 () SRMT ("m1eb-m101") @@ -97,5 +97,5 @@ BLCK () } - CH03 ("", 0x00, 0x03, 0x5C, 0x00) + CH03 (__METHOD__, 0x00, __LINE__, 0x00, 0x00) } -- cgit v1.2.1