diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-09-27 16:43:02 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-09-27 16:43:02 +0000 |
| commit | 73d55968743da26d1ff63e9939f191d217aea206 (patch) | |
| tree | ffb27de4d7c207dd7aeebd04b24e04f85d23b8dc /source/compiler/aslmessages.c | |
| parent | c6014c64fcfd099d0087da3509e8a623d2c30209 (diff) | |
Notes
Diffstat (limited to 'source/compiler/aslmessages.c')
| -rw-r--r-- | source/compiler/aslmessages.c | 5 |
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]); } |
