aslmessages.c (dca7f66f438fbc2ce4584a3863de83fdfccd2fd5) | aslmessages.c (08ddfe865704486086ac90d3a344271bcea9e6c6) |
---|---|
1/****************************************************************************** 2 * 3 * Module Name: aslmessages.c - Compiler error/warning message strings 4 * 5 *****************************************************************************/ 6 7/****************************************************************************** 8 * --- 366 unchanged lines hidden (view full) --- 375/* ASL_MSG_EXTERN_INVALID_PARAM_TYPE */ "Parameter type is only allowed for Externals declared as MethodObj", 376/* ASL_MSG_NAMED_OBJECT_CREATION */ "Creation of named objects within a method is highly inefficient, use globals or method local variables instead", 377/* ASL_MSG_ARG_COUNT_MISMATCH */ "Method NumArgs count does not match length of ParameterTypes list", 378/* ASL_MSG_STATIC_OPREGION_IN_METHOD */ "Static OperationRegion should be declared outside control method", 379/* ASL_MSG_DECLARATION_TYPE_MISMATCH */ "Type mismatch between external declaration and actual object declaration detected", 380/* ASL_MSG_TYPE_MISMATCH_FOUND_HERE */ "Actual object declaration:", 381/* ASL_MSG_DUPLICATE_EXTERN_MISMATCH */ "Type mismatch between multiple external declarations detected", 382/* ASL_MSG_DUPLICATE_EXTERN_FOUND_HERE */"Duplicate external declaration:", | 1/****************************************************************************** 2 * 3 * Module Name: aslmessages.c - Compiler error/warning message strings 4 * 5 *****************************************************************************/ 6 7/****************************************************************************** 8 * --- 366 unchanged lines hidden (view full) --- 375/* ASL_MSG_EXTERN_INVALID_PARAM_TYPE */ "Parameter type is only allowed for Externals declared as MethodObj", 376/* ASL_MSG_NAMED_OBJECT_CREATION */ "Creation of named objects within a method is highly inefficient, use globals or method local variables instead", 377/* ASL_MSG_ARG_COUNT_MISMATCH */ "Method NumArgs count does not match length of ParameterTypes list", 378/* ASL_MSG_STATIC_OPREGION_IN_METHOD */ "Static OperationRegion should be declared outside control method", 379/* ASL_MSG_DECLARATION_TYPE_MISMATCH */ "Type mismatch between external declaration and actual object declaration detected", 380/* ASL_MSG_TYPE_MISMATCH_FOUND_HERE */ "Actual object declaration:", 381/* ASL_MSG_DUPLICATE_EXTERN_MISMATCH */ "Type mismatch between multiple external declarations detected", 382/* ASL_MSG_DUPLICATE_EXTERN_FOUND_HERE */"Duplicate external declaration:", |
383/* ASL_MSG_CONDREF_NEEDS_EXTERNAL_DECL */"CondRefOf parameter requires External() declaration", |
|
383}; 384 385/* Table compiler */ 386 387const char *AslTableCompilerMsgs [] = 388{ 389/* ASL_MSG_BUFFER_ELEMENT */ "Invalid element in buffer initializer list", 390/* ASL_MSG_DIVIDE_BY_ZERO */ "Expression contains divide-by-zero", --- 167 unchanged lines hidden --- | 384}; 385 386/* Table compiler */ 387 388const char *AslTableCompilerMsgs [] = 389{ 390/* ASL_MSG_BUFFER_ELEMENT */ "Invalid element in buffer initializer list", 391/* ASL_MSG_DIVIDE_BY_ZERO */ "Expression contains divide-by-zero", --- 167 unchanged lines hidden --- |