summaryrefslogtreecommitdiff
path: root/source/compiler/prscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/compiler/prscan.c')
-rw-r--r--source/compiler/prscan.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/compiler/prscan.c b/source/compiler/prscan.c
index 9138ba5d0a5d..109da26ab351 100644
--- a/source/compiler/prscan.c
+++ b/source/compiler/prscan.c
@@ -850,7 +850,7 @@ PrDoDirective (
DbgPrint (ASL_PARSE_OUTPUT, PR_PREFIX_ID
"Start #include file \"%s\"\n", AslGbl_CurrentLineNumber,
- Token, AslGbl_CurrentLineNumber);
+ Token);
PrDoIncludeFile (Token);
break;
@@ -1356,7 +1356,7 @@ PrDoIncludeBuffer (
{
if (!(i % 8))
{
- FlPrintFile (ASL_FILE_PREPROCESSOR, "\n ", c);
+ FlPrintFile (ASL_FILE_PREPROCESSOR, "\n ");
}
FlPrintFile (ASL_FILE_PREPROCESSOR, " 0x%2.2X,", c);
@@ -1369,6 +1369,6 @@ PrDoIncludeBuffer (
/* Close the Name() operator */
- FlPrintFile (ASL_FILE_PREPROCESSOR, "\n})\n", BufferName);
+ FlPrintFile (ASL_FILE_PREPROCESSOR, "\n})\n");
fclose (BinaryBufferFile);
}