diff options
Diffstat (limited to 'source/compiler/aslmessages.c')
| -rw-r--r-- | source/compiler/aslmessages.c | 8 | 
1 files changed, 5 insertions, 3 deletions
| diff --git a/source/compiler/aslmessages.c b/source/compiler/aslmessages.c index e816b5385750..7f5cde73a552 100644 --- a/source/compiler/aslmessages.c +++ b/source/compiler/aslmessages.c @@ -342,8 +342,8 @@ const char                      *AslCompilerMsgs [] =  /*    ASL_MSG_RANGE */                      "Constant out of range",  /*    ASL_MSG_BUFFER_ALLOCATION */          "Could not allocate line buffer",  /*    ASL_MSG_MISSING_DEPENDENCY */         "Missing dependency", -/*    ASL_MSG_ILLEGAL_FORWARD_REF */        "Illegal forward reference within a method", -/*    ASL_MSG_ILLEGAL_METHOD_REF */         "Illegal reference across two methods", +/*    ASL_MSG_ILLEGAL_FORWARD_REF */        "Illegal forward reference", +/*    ASL_MSG_ILLEGAL_METHOD_REF */         "Object is declared in a different method",  /*    ASL_MSG_LOCAL_NOT_USED */             "Method Local is set but never used",  /*    ASL_MSG_ARG_AS_LOCAL_NOT_USED */      "Method Argument (as a local) is set but never used",  /*    ASL_MSG_ARG_NOT_USED */               "Method Argument is never used", @@ -354,7 +354,9 @@ const char                      *AslCompilerMsgs [] =  /*    ASL_MSG_FOUND_HERE */                 "Original name creation/declaration below: ",  /*    ASL_MSG_ILLEGAL_RECURSION */          "Illegal recursive call to method that creates named objects",  /*    ASL_MSG_EXTERN_COLLISION */           "A name cannot be defined and declared external in the same table", -/*    ASL_MSG_FOUND_HERE_EXTERN*/           "Remove one of the declarations indicated above or below:" +/*    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"  };  /* Table compiler */ | 
