diff options
Diffstat (limited to 'source/compiler/asllistsup.c')
-rw-r--r-- | source/compiler/asllistsup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/compiler/asllistsup.c b/source/compiler/asllistsup.c index 21ffb74f8d21..c073c1f420f1 100644 --- a/source/compiler/asllistsup.c +++ b/source/compiler/asllistsup.c @@ -88,6 +88,7 @@ LsDumpAscii ( FlPrintFile (FileId, "."); } } + FlPrintFile (FileId, "\""); } @@ -185,7 +186,6 @@ LsCheckException ( (LineNumber >= Gbl_NextError->LogicalLineNumber)) { AePrintException (FileId, Gbl_NextError, "\n[****iasl****]\n"); - Gbl_NextError = Gbl_NextError->Next; } @@ -576,6 +576,7 @@ LsFlushListingBuffer ( { FlPrintFile (FileId, ","); } + FlPrintFile (FileId, "0%2.2Xh", Gbl_AmlBuffer[i]); } |