summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/libaml/aml.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/libaml/aml.c b/sys/src/libaml/aml.c
index e24499f4a..22201b4bd 100644
--- a/sys/src/libaml/aml.c
+++ b/sys/src/libaml/aml.c
@@ -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);