From 856462eaaec9052a60d62b66076257e7fad337c7 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 13 Dec 2019 16:51:08 +0000 Subject: Import ACPICA 20191213. --- source/compiler/asloptions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/compiler/asloptions.c') diff --git a/source/compiler/asloptions.c b/source/compiler/asloptions.c index 7c17814966e4..7758610cfb35 100644 --- a/source/compiler/asloptions.c +++ b/source/compiler/asloptions.c @@ -219,7 +219,7 @@ AslCommandLine ( { exit (-1); } - exit (1); + exit (0); } /* Next parameter must be the input filename */ -- cgit v1.2.3