summaryrefslogtreecommitdiffstats
path: root/compiler/aslcodegen.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/aslcodegen.c')
-rw-r--r--compiler/aslcodegen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/aslcodegen.c b/compiler/aslcodegen.c
index dcd6997..3446450 100644
--- a/compiler/aslcodegen.c
+++ b/compiler/aslcodegen.c
@@ -513,11 +513,11 @@ CgWriteTableHeader (
/* Compiler ID */
- strncpy (TableHeader.AslCompilerId, CompilerCreatorId, 4);
+ strncpy (TableHeader.AslCompilerId, ASL_CREATOR_ID, 4);
/* Compiler version */
- TableHeader.AslCompilerRevision = CompilerCreatorRevision;
+ TableHeader.AslCompilerRevision = ASL_REVISION;
/* Table length. Checksum zero for now, will rewrite later */
OpenPOWER on IntegriCloud