Improved error message on interpreter failure

date	2005.03.05.00.05.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 15:56:55 +00:00
parent 0c790947eb
commit 585f10f9ab

View File

@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: aslfold - Constant folding
* $Revision: 1.11 $
* $Revision: 1.12 $
*
*****************************************************************************/
@ -436,6 +436,7 @@ OpcAmlConstantWalk (
{
/* We could not resolve the subtree for some reason */
AslCoreSubsystemError (Op, Status, "Failure during constant evaluation", FALSE);
AslError (ASL_ERROR, ASL_MSG_CONSTANT_EVALUATION, Op, Op->Asl.ParseOpName);
/* Set the subtree value to ZERO anyway. Eliminates further errors */