summaryrefslogtreecommitdiffstats
path: root/compiler/dtcompile.c
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2010-10-13 20:35:34 +0000
committerjkim <jkim@FreeBSD.org>2010-10-13 20:35:34 +0000
commit7af726f5cc604d3fcd32200efde74ce8464d8dbe (patch)
tree8b4567d2d969b27d3900a41337a0ad389480eae7 /compiler/dtcompile.c
parentc5863557e158eb3876688e611d5915c27657e18a (diff)
downloadFreeBSD-src-7af726f5cc604d3fcd32200efde74ce8464d8dbe.zip
FreeBSD-src-7af726f5cc604d3fcd32200efde74ce8464d8dbe.tar.gz
Import ACPICA 20101013.
Diffstat (limited to 'compiler/dtcompile.c')
-rw-r--r--compiler/dtcompile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dtcompile.c b/compiler/dtcompile.c
index c287c5b..7596ba7 100644
--- a/compiler/dtcompile.c
+++ b/compiler/dtcompile.c
@@ -314,7 +314,7 @@ DtInsertCompilerIds (
Next = Next->Next;
}
- Next->Value = CompilerCreatorId;
+ Next->Value = ASL_CREATOR_ID;
Next->Flags = DT_FIELD_NOT_ALLOCATED;
Next = Next->Next;
OpenPOWER on IntegriCloud