summaryrefslogtreecommitdiff
path: root/source/compiler/aslmessages.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/compiler/aslmessages.c')
-rw-r--r--source/compiler/aslmessages.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/compiler/aslmessages.c b/source/compiler/aslmessages.c
index b9e9f8018a74..efa58cb50cff 100644
--- a/source/compiler/aslmessages.c
+++ b/source/compiler/aslmessages.c
@@ -357,7 +357,8 @@ const char *AslCompilerMsgs [] =
/* ASL_MSG_FOUND_HERE_EXTERN */ "Remove one of the declarations indicated above or below:",
/* ASL_MSG_OEM_TABLE_ID */ "Invalid OEM Table ID",
/* ASL_MSG_OEM_ID */ "Invalid OEM ID",
-/* ASL_MSG_UNLOAD */ "Unload is not supported by all operating systems"
+/* ASL_MSG_UNLOAD */ "Unload is not supported by all operating systems",
+/* ASL_MSG_OFFSET */ "Unnecessary/redundant use of Offset operator"
};
/* Table compiler */
@@ -495,7 +496,7 @@ AeDecodeExceptionLevel (
/* Differentiate the string type to be used (IDE is all lower case) */
- if (Gbl_VerboseErrors)
+ if (AslGbl_VerboseErrors)
{
return (AslErrorLevel[Level]);
}