diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2010-10-13 20:35:34 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2010-10-13 20:35:34 +0000 |
commit | 11641cd290cbb4765d39dadd5a4eee278b8769ee (patch) | |
tree | 8b4567d2d969b27d3900a41337a0ad389480eae7 /compiler/dtcompile.c | |
parent | 65742a25f73183e6d4476539ba18aff6480e73d4 (diff) |
Notes
Diffstat (limited to 'compiler/dtcompile.c')
-rw-r--r-- | compiler/dtcompile.c | 2 |
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; |