From b28e481ae9b051dab150e9b5a89730cdc1103a9c Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Wed, 2 Jan 2013 19:01:21 +0000 Subject: Import ACPICA 20121220. --- source/compiler/dtsubtable.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/compiler/dtsubtable.c') diff --git a/source/compiler/dtsubtable.c b/source/compiler/dtsubtable.c index 27d09cae2ee33..f7280855456e1 100644 --- a/source/compiler/dtsubtable.c +++ b/source/compiler/dtsubtable.c @@ -112,6 +112,7 @@ DtInsertSubtable ( Subtable->Peer = NULL; Subtable->Parent = ParentTable; + Subtable->Depth = ParentTable->Depth + 1; /* Link the new entry into the child list */ -- cgit v1.2.3