mirror of
https://github.com/acpica/acpica/
synced 2025-01-22 17:32:05 +03:00
Exit with non-zero on error
date 2005.03.09.21.38.00; author rmoore1; state Exp;
This commit is contained in:
parent
3e017c2c66
commit
9b1747cc62
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user