From 4368371e61431ca4d8b62dccb1dcabc1f0a995e8 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 15:56:35 +0000 Subject: [PATCH] Exit with non-zero on error date 2005.03.09.21.35.00; author rmoore1; state Exp; --- source/compiler/aslfiles.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/compiler/aslfiles.c b/source/compiler/aslfiles.c index f06e3fbfa..baa0d19b6 100644 --- a/source/compiler/aslfiles.c +++ b/source/compiler/aslfiles.c @@ -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); }