summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime/collections/bdemo/ACPICA/0131/DECL.asl
diff options
context:
space:
mode:
authorErik Schmauss <erik.schmauss@intel.com>2017-03-22 14:30:19 -0700
committerErik Schmauss <erik.schmauss@intel.com>2017-07-21 16:54:23 -0700
commita73816a2a2b116d9e9ab4bc2136be9cd0c1b6c96 (patch)
treed72668db998b7e8e97ae089a4244620576653369 /tests/aslts/src/runtime/collections/bdemo/ACPICA/0131/DECL.asl
parent6f3586d458cfc2cefa4602e3423b017ecef6492d (diff)
downloadacpica-a73816a2a2b116d9e9ab4bc2136be9cd0c1b6c96.tar.gz
ASLTS: changing the third argument of ERR to __LINE__ to print line numbers instead of indices.
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Diffstat (limited to 'tests/aslts/src/runtime/collections/bdemo/ACPICA/0131/DECL.asl')
-rw-r--r--tests/aslts/src/runtime/collections/bdemo/ACPICA/0131/DECL.asl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0131/DECL.asl b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0131/DECL.asl
index 2ecd8e4cb..20e1699b5 100644
--- a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0131/DECL.asl
+++ b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0131/DECL.asl
@@ -61,7 +61,7 @@ Method(m126,, Serialized)
Store(0xabcd0001, Index(p000, 0))
Store(DerefOf(Index(p000, 0)), Local0)
if (LNotEqual(Local0, 0xabcd0001)) {
- err("", zFFF, 0x000, 0, 0, Local0, 0xabcd0001)
+ err("", zFFF, __LINE__, 0, 0, Local0, 0xabcd0001)
}
/*
@@ -71,19 +71,19 @@ Store to method invocation is not supported
Store(0xabcd0004, m002())
Store(DerefOf(Index(p000, 1)), Local0)
if (LNotEqual(Local0, 0xabcd0004)) {
- err("", zFFF, 0x000, 0, 0, Local0, 0xabcd0004)
+ err("", zFFF, __LINE__, 0, 0, Local0, 0xabcd0004)
}
Store(0xabcd0005, m003())
Store(DerefOf(Index(p000, 1)), Local0)
if (LNotEqual(Local0, 0xabcd0005)) {
- err("", zFFF, 0x000, 0, 0, Local0, 0xabcd0005)
+ err("", zFFF, __LINE__, 0, 0, Local0, 0xabcd0005)
}
Store(0xabcd0006, m004(1))
Store(DerefOf(Index(p000, 1)), Local0)
if (LNotEqual(Local0, 0xabcd0006)) {
- err("", zFFF, 0x000, 0, 0, Local0, 0xabcd0006)
+ err("", zFFF, __LINE__, 0, 0, Local0, 0xabcd0006)
}
*/
}