summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime/collections/bdemo/ACPICA/0302/DECL.asl
diff options
context:
space:
mode:
authorErik Schmauss <erik.schmauss@intel.com>2018-02-26 15:32:23 -0800
committerErik Schmauss <erik.schmauss@intel.com>2018-02-26 15:32:23 -0800
commitf39e31e5d7d01f001bf56513127fc591b792f99c (patch)
treefbcc99a78a341aef90e6058a0d91bbc545cefb01 /tests/aslts/src/runtime/collections/bdemo/ACPICA/0302/DECL.asl
parent12799888ae9b43fb8ae7921a9dbc53030fade21d (diff)
downloadacpica-f39e31e5d7d01f001bf56513127fc591b792f99c.tar.gz
ASLTS: Change CH03 to use __LINE__ and __METHOD__ macros
This changes hard-coded digits to macros. Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Diffstat (limited to 'tests/aslts/src/runtime/collections/bdemo/ACPICA/0302/DECL.asl')
-rw-r--r--tests/aslts/src/runtime/collections/bdemo/ACPICA/0302/DECL.asl4
1 files changed, 2 insertions, 2 deletions
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)
}