libaml: create \_GL name object
This commit is contained in:
parent
62f6d1bc43
commit
4e81aab690
1 changed files with 1 additions and 0 deletions
|
@ -1753,6 +1753,7 @@ amlinit(void){
|
|||
getname(amlroot, "_SB", 1);
|
||||
getname(amlroot, "_TZ", 1);
|
||||
getname(amlroot, "_SI", 1);
|
||||
getname(amlroot, "_GL", 1);
|
||||
|
||||
if(n = getname(amlroot, "_REV", 1))
|
||||
n->v = mki(2);
|
||||
|
|
Loading…
Reference in a new issue