ASLTS: table: Fix TLT0.tst4 test

This patch cleans up TLT0.tst4, keeping it working for catching
'LoadTable/Unload' regressions.

In order to install OEM1 objects to "\DTM2", RootPathString should be 5
bytes rather than 1 bytes.

Link: https://bugs.acpica.org/show_bug.cgi?id=1327
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
This commit is contained in:
Lv Zheng 2016-10-26 14:48:17 +08:00
parent d2be037cdc
commit cc8a4f3943

View File

@ -913,7 +913,7 @@ Device(DTM2) {
Store(3, Local4)
Store(LoadTable("OEM1", "", "",
Mid(ToString(Local2), 4, 1),
Mid(ToString(Local2), 4, 5),
ToString(m000(Local3)),
// Bug 288: iASL unexpectedly forbids ParameterData of Loadtable to be LocalX or UserTerm
// Subtract(m000(Local4), 2)),