mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 01:44:33 +03:00
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:
parent
d2be037cdc
commit
cc8a4f3943
@ -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)),
|
||||
|
Loading…
x
Reference in New Issue
Block a user