mirror of
https://github.com/acpica/acpica/
synced 2025-03-15 02:32:52 +03:00
Improved error message on interpreter failure
date 2005.03.05.00.05.00; author rmoore1; state Exp;
This commit is contained in:
parent
0c790947eb
commit
585f10f9ab
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user