From 585f10f9abe54e401c78b760b00e39200684cdb4 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 15:56:55 +0000 Subject: [PATCH] Improved error message on interpreter failure date 2005.03.05.00.05.00; author rmoore1; state Exp; --- source/compiler/aslfold.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/compiler/aslfold.c b/source/compiler/aslfold.c index d79e05bbf..58d22d44f 100644 --- a/source/compiler/aslfold.c +++ b/source/compiler/aslfold.c @@ -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 */