aboutsummaryrefslogtreecommitdiff
path: root/compiler/aslmain.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2012-01-11 21:25:42 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2012-01-11 21:25:42 +0000
commit234358d94982312d34c80b868fea481307fb3a48 (patch)
treeb189153d48c3972defb7bf0712af37fb23c7d7bd /compiler/aslmain.c
parent50796274dc74454ca64a6e120552adb2620c3e65 (diff)
downloadsrc-234358d94982312d34c80b868fea481307fb3a48.tar.gz
src-234358d94982312d34c80b868fea481307fb3a48.zip
Import ACPICA 20120111.vendor/acpica/20120111
Notes
Notes: svn path=/vendor-sys/acpica/dist/; revision=229982 svn path=/vendor-sys/acpica/20120111/; revision=229983; tag=vendor/acpica/20120111
Diffstat (limited to 'compiler/aslmain.c')
-rw-r--r--compiler/aslmain.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/compiler/aslmain.c b/compiler/aslmain.c
index a2482234e72b..69a0e8b8236f 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 */