diff options
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 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; |