summaryrefslogtreecommitdiffstats
path: root/source/compiler/aslcompile.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/compiler/aslcompile.c')
-rw-r--r--source/compiler/aslcompile.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/compiler/aslcompile.c b/source/compiler/aslcompile.c
index 73b6732..bbd8ab9 100644
--- a/source/compiler/aslcompile.c
+++ b/source/compiler/aslcompile.c
@@ -133,7 +133,9 @@ AslCompilerSignon (
break;
default:
+
/* No other output types supported */
+
break;
}
@@ -207,7 +209,9 @@ AslCompilerFileHeader (
break;
default:
+
/* No other output types supported */
+
break;
}
@@ -226,11 +230,14 @@ AslCompilerFileHeader (
case ASL_FILE_C_SOURCE_OUTPUT:
case ASL_FILE_C_OFFSET_OUTPUT:
case ASL_FILE_C_INCLUDE_OUTPUT:
+
FlPrintFile (FileId, " */\n");
break;
default:
+
/* Nothing to do for other output types */
+
break;
}
}
OpenPOWER on IntegriCloud