From 4b5fbe0ac6228523722afb80af9d5c8ed2ba5ee8 Mon Sep 17 00:00:00 2001 From: jkim Date: Thu, 4 Apr 2013 21:18:57 +0000 Subject: Import ACPICA 20130328. --- source/compiler/aslcompile.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/compiler/aslcompile.c') diff --git a/source/compiler/aslcompile.c b/source/compiler/aslcompile.c index c752870..73b6732 100644 --- a/source/compiler/aslcompile.c +++ b/source/compiler/aslcompile.c @@ -126,6 +126,7 @@ AslCompilerSignon ( break; case ASL_FILE_C_SOURCE_OUTPUT: + case ASL_FILE_C_OFFSET_OUTPUT: case ASL_FILE_C_INCLUDE_OUTPUT: Prefix = " * "; @@ -199,6 +200,7 @@ AslCompilerFileHeader ( break; case ASL_FILE_C_SOURCE_OUTPUT: + case ASL_FILE_C_OFFSET_OUTPUT: case ASL_FILE_C_INCLUDE_OUTPUT: Prefix = " * "; @@ -222,6 +224,7 @@ AslCompilerFileHeader ( switch (FileId) { case ASL_FILE_C_SOURCE_OUTPUT: + case ASL_FILE_C_OFFSET_OUTPUT: case ASL_FILE_C_INCLUDE_OUTPUT: FlPrintFile (FileId, " */\n"); break; -- cgit v1.1