summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime/collections/bdemo/ACPICA/0240_ACTION_REQUIRED/DECL.asl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aslts/src/runtime/collections/bdemo/ACPICA/0240_ACTION_REQUIRED/DECL.asl')
-rw-r--r--tests/aslts/src/runtime/collections/bdemo/ACPICA/0240_ACTION_REQUIRED/DECL.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0240_ACTION_REQUIRED/DECL.asl b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0240_ACTION_REQUIRED/DECL.asl
index b76e24aba..d20de8bb6 100644
--- a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0240_ACTION_REQUIRED/DECL.asl
+++ b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0240_ACTION_REQUIRED/DECL.asl
@@ -68,7 +68,7 @@ Method(m032, 1)
Store(Acquire(\_GL, 0xffff), Local0)
if (Local0) {
Store("Thread 0: failed to Acquire GL", Debug)
- err("", zFFF, 0x000, 0, 0, 0, 0)
+ err("", zFFF, __LINE__, 0, 0, 0, 0)
} else {
Store("Thread 0: succeeded to Acquire GL", Debug)
Store(1, i000)
@@ -119,7 +119,7 @@ Method(m033, 1)
Store(Acquire(MX00, 0xffff), Local0)
if (Local0) {
Store("Thread 0: failed to Acquire MX00", Debug)
- err("", zFFF, 0x002, 0, 0, 0, 0)
+ err("", zFFF, __LINE__, 0, 0, 0, 0)
} else {
Store("Thread 0: succeeded to Acquire MX00", Debug)
Store(1, i000)