diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2019-07-09 17:17:45 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2019-07-09 17:17:45 +0000 |
commit | 3d51590acd9ce6cfcd823e3d4d340f04ff800228 (patch) | |
tree | d8c7a85f644b22ff2a5e5c9a56190e6798fb381e /source/compiler/aslmessages.c | |
parent | 08f4234e06d8d6855c0b79c95da98f267ca3554e (diff) |
Notes
Diffstat (limited to 'source/compiler/aslmessages.c')
-rw-r--r-- | source/compiler/aslmessages.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/compiler/aslmessages.c b/source/compiler/aslmessages.c index cf7a7a4f47cb..48c4dbabacef 100644 --- a/source/compiler/aslmessages.c +++ b/source/compiler/aslmessages.c @@ -365,7 +365,8 @@ const char *AslCompilerMsgs [] = /* ASL_MSG_REGION_LENGTH */ "Operation Region declared with zero length", /* ASL_MSG_TEMPORARY_OBJECT */ "Object is created temporarily in another method and cannot be accessed", /* ASL_MSG_UNDEFINED_EXTERNAL */ "Named object was declared external but the actual definition does not exist", -/* ASL_MSG_BUFFER_FIELD_OVERFLOW */ "Buffer field extends beyond end of target buffer" +/* ASL_MSG_BUFFER_FIELD_OVERFLOW */ "Buffer field extends beyond end of target buffer", +/* ASL_MSG_INVALID_SPECIAL_NAME */ "declaration of this named object outside root scope is illegal" }; /* Table compiler */ |