mirror of
https://github.com/acpica/acpica/
synced 2025-02-13 12:04:08 +03:00
Logfile: Changes for version 20200925
Version 20200925.
This commit is contained in:
parent
70add34a9a
commit
f62e0f7a8e
@ -41,7 +41,7 @@ names:
|
||||
_SBT
|
||||
_SBW
|
||||
|
||||
AML Disassembler: Added a new command, "All <NameSeg". This command will
|
||||
AML Disassembler: Added a new command, "All <NameSeg>". This command will
|
||||
evaluate all objects in the current namespace whose NameString contains
|
||||
the input NameSeg as the last element of the NameString. Useful for
|
||||
debugging.
|
||||
@ -55,6 +55,11 @@ with lengths that exceed the initializer list.
|
||||
iASL: added more detail to external resolution error message when
|
||||
compiling multiple definition blocks.
|
||||
|
||||
iASL: added a remark for an attempt to create a nameseg or namestring
|
||||
containing lower-case letters. This should prevent declaring multiple
|
||||
namesegs or namestrings in an attempt to refer to different objects (with
|
||||
different cases), but actually refer to the same object(s).
|
||||
|
||||
iASL: improve alias analysis by saving object type. If the alias is a
|
||||
method type, the parameter count is also recorded.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user