New error message

date	2005.05.16.22.32.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 16:14:26 +00:00
parent 5663bc3bb5
commit e73389aa09

View File

@ -2,7 +2,7 @@
/****************************************************************************** /******************************************************************************
* *
* Module Name: asltypes.h - compiler data types and struct definitions * Module Name: asltypes.h - compiler data types and struct definitions
* $Revision: 1.74 $ * $Revision: 1.75 $
* *
*****************************************************************************/ *****************************************************************************/
@ -403,7 +403,8 @@ typedef enum
ASL_MSG_RESOURCE_INDEX, ASL_MSG_RESOURCE_INDEX,
ASL_MSG_RESOURCE_SOURCE, ASL_MSG_RESOURCE_SOURCE,
ASL_MSG_LIST_LENGTH, ASL_MSG_LIST_LENGTH,
ASL_MSG_INTEGER_LENGTH ASL_MSG_INTEGER_LENGTH,
ASL_MSG_SYNC_LEVEL
} ASL_MESSAGE_IDS; } ASL_MESSAGE_IDS;
@ -506,7 +507,8 @@ char *AslMessages [] = {
/* ASL_MSG_RESOURCE_INDEX */ "Missing ResourceSourceIndex (required)", /* ASL_MSG_RESOURCE_INDEX */ "Missing ResourceSourceIndex (required)",
/* ASL_MSG_RESOURCE_SOURCE */ "Missing ResourceSource string (required)", /* ASL_MSG_RESOURCE_SOURCE */ "Missing ResourceSource string (required)",
/* ASL_MSG_LIST_LENGTH */ "Initializer list too long", /* ASL_MSG_LIST_LENGTH */ "Initializer list too long",
/* ASL_MSG_INTEGER_LENGTH */ "64-bit integer in 32-bit table, truncating" /* ASL_MSG_INTEGER_LENGTH */ "64-bit integer in 32-bit table, truncating",
/* ASL_MSG_SYNC_LEVEL */ "SyncLevel must be in the range 0-15"
}; };