From 234358d94982312d34c80b868fea481307fb3a48 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Wed, 11 Jan 2012 21:25:42 +0000 Subject: Import ACPICA 20120111. --- compiler/aslmain.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'compiler/aslmain.c') diff --git a/compiler/aslmain.c b/compiler/aslmain.c index a2482234e72b7..69a0e8b8236f4 100644 --- a/compiler/aslmain.c +++ b/compiler/aslmain.c @@ -6,7 +6,7 @@ *****************************************************************************/ /* - * Copyright (C) 2000 - 2011, Intel Corp. + * Copyright (C) 2000 - 2012, Intel Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -879,6 +879,10 @@ AslCommandLine ( if (Gbl_DoSignon) { printf (ACPI_COMMON_SIGNON (ASL_COMPILER_NAME)); + if (Gbl_IgnoreErrors) + { + printf ("Ignoring all errors, forcing AML file generation\n\n"); + } } /* Abort if anything went wrong on the command line */ -- cgit v1.2.3