diff options
Diffstat (limited to 'source/compiler/asldefine.h')
-rw-r--r-- | source/compiler/asldefine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/compiler/asldefine.h b/source/compiler/asldefine.h index 3333562bf3f3..2b6d73d67788 100644 --- a/source/compiler/asldefine.h +++ b/source/compiler/asldefine.h @@ -161,8 +161,8 @@ #define ASL_INVOCATION_NAME "iasl" #define ASL_CREATOR_ID "INTL" #define ASL_DEFINE "__IASL__" - -#define ASL_COMPLIANCE "Supports ACPI Specification Revision 6.1" +#define ASL_PREFIX "iASL: " +#define ASL_COMPLIANCE "Supports ACPI Specification Revision 6.2" /* Configuration constants */ |