Exit with non-zero on error

date	2005.03.09.21.38.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 15:44:02 +00:00
parent 3e017c2c66
commit 9b1747cc62

View File

@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: aslcompile - top level compile module
* $Revision: 1.77 $
* $Revision: 1.78 $
*
*****************************************************************************/
@ -684,7 +684,6 @@ CmCleanupAndExit (void)
UtDisplaySummary (ASL_FILE_STDOUT);
if (Gbl_ExceptionCount[ASL_ERROR] > 0)
{
exit (1);