diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-06-29 20:16:57 +0000 | 
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-06-29 20:16:57 +0000 | 
| commit | d776ccceca14a93812a2f15904c3b09af20ec866 (patch) | |
| tree | 3c4130d38f3eb26390bdfd2c5b63b97ad6b4f369 /source/compiler/aslmessages.c | |
| parent | cf46a5c46848b2092d8f2a6125fe23d2b68b4160 (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 7f5cde73a552..b9e9f8018a74 100644 --- a/source/compiler/aslmessages.c +++ b/source/compiler/aslmessages.c @@ -356,7 +356,8 @@ const char                      *AslCompilerMsgs [] =  /*    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_OEM_TABLE_ID */               "Invalid OEM Table ID", -/*    ASL_MSG_OEM_ID */                     "Invalid OEM ID" +/*    ASL_MSG_OEM_ID */                     "Invalid OEM ID", +/*    ASL_MSG_UNLOAD */                     "Unload is not supported by all operating systems"  };  /* Table compiler */ | 
