From 73d55968743da26d1ff63e9939f191d217aea206 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 27 Sep 2018 16:43:02 +0000 Subject: Import ACPICA 20180927. --- source/compiler/aslmessages.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/compiler/aslmessages.c') 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]); } -- cgit v1.2.3