diff options
Diffstat (limited to 'source/compiler/aslmap.c')
-rw-r--r-- | source/compiler/aslmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/compiler/aslmap.c b/source/compiler/aslmap.c index 53382045c420..a69d5c0e41e5 100644 --- a/source/compiler/aslmap.c +++ b/source/compiler/aslmap.c @@ -479,6 +479,7 @@ const ASL_MAPPING_ENTRY AslKeywordMapping [] = /* HORIZONTALOFFSET */ OP_TABLE_ENTRY (AML_BYTE_OP, 0, 0, 0), /* PRINTF */ OP_TABLE_ENTRY (AML_STORE_OP, 0, 0, ACPI_BTYPE_DATA_REFERENCE), /* FPRINTF */ OP_TABLE_ENTRY (AML_STORE_OP, 0, 0, ACPI_BTYPE_DATA_REFERENCE), +/* ASLCODE */ OP_TABLE_ENTRY (0, 0, 0, 0) /*! [End] no source code translation !*/ }; |