aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/base-compiler.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/base-compiler.js b/lib/base-compiler.js
index c5a0cf3e6..7050899f0 100644
--- a/lib/base-compiler.js
+++ b/lib/base-compiler.js
@@ -1210,7 +1210,8 @@ export class BaseCompiler {
}))),
]);
- // Both GNAT and GCC can produce their dump files along with the main compilation command.
+ // Both GNAT and GCC can produce their dump/expanded code files along
+ // with the main compilation command.
const gnatDebugResult = (makeGnatDebug ?
await this.processGnatDebugOutput(inputFilenameSafe, asmResult)
: '');