summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_07_event.asl
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2013-03-07 14:01:50 -0800
committerRobert Moore <Robert.Moore@intel.com>2013-03-07 14:01:50 -0800
commit994f5e3bfad65fce5a8ac760630d355b8580f284 (patch)
tree9ab5806e54a0355437ad99716603e1c9ff57b5ff /tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_07_event.asl
parent85091665578f4ec2d22e51515280a892e38c7ee6 (diff)
downloadacpica-994f5e3bfad65fce5a8ac760630d355b8580f284.tar.gz
Tests/ASLTS: Global update for exception handling.
Now some differences between slack mode and regular mode. Chao Guan.
Diffstat (limited to 'tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_07_event.asl')
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_07_event.asl12
1 files changed, 9 insertions, 3 deletions
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_07_event.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_07_event.asl
index 284bb3993..0ea1fdc02 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_07_event.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_07_event.asl
@@ -443,7 +443,9 @@ Method(m4b7)
}
Store (DeRefOf(arg1), Local1)
- CH03(ts, z099, 5, 0, 0)
+ if(LNot(SLCK)){
+ CH04(ts, 0, 47, z099, 5, 0, 0)
+ }
// CondRefOf
@@ -1193,11 +1195,15 @@ Method(m4b7)
Store(0, i000)
Store (DerefOf(m000(1, lpC0)), Local1)
- CH03(ts, z099, Add(9, lpC0), 0, 0)
+ if(LNot(SLCK)){
+ CH04(ts, 0, 47, z099, Add(9, lpC0), 0, 0)
+ }
CH00(arg0, 1)
Store (DerefOf(DerefOf(m000(2, lpC0))), Local1)
- CH06(arg0, Add(1, Local0), 47)
+ if(LNot(SLCK)){
+ CH06(arg0, Add(1, Local0), 47)
+ }
CH00(arg0, 2)
Store (Index(DerefOf(m000(3, lpC0)), 0), Local1)