mirror of
https://github.com/acpica/acpica/
synced 2025-01-09 19:12:43 +03:00
Exit with non-zero on error
date 2005.03.09.21.35.00; author rmoore1; state Exp;
This commit is contained in:
parent
645d21850d
commit
4368371e61
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: aslfiles - file I/O suppoert
|
||||
* $Revision: 1.46 $
|
||||
* $Revision: 1.49 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
*
|
||||
* 1. Copyright Notice
|
||||
*
|
||||
* Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
|
||||
* Some or all of this work - Copyright (c) 1999 - 2005, Intel Corp.
|
||||
* All rights reserved.
|
||||
*
|
||||
* 2. License
|
||||
@ -147,7 +147,7 @@ AslAbort (void)
|
||||
AePrintErrorLog (ASL_FILE_STDERR);
|
||||
}
|
||||
|
||||
exit (0);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user