summaryrefslogtreecommitdiff
path: root/compiler/dtcompile.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2010-10-13 20:35:34 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2010-10-13 20:35:34 +0000
commit11641cd290cbb4765d39dadd5a4eee278b8769ee (patch)
tree8b4567d2d969b27d3900a41337a0ad389480eae7 /compiler/dtcompile.c
parent65742a25f73183e6d4476539ba18aff6480e73d4 (diff)
Notes
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 c287c5b7af32..7596ba781c5d 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;