aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/llvm-mos.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compilers/llvm-mos.ts')
-rw-r--r--lib/compilers/llvm-mos.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compilers/llvm-mos.ts b/lib/compilers/llvm-mos.ts
index 10f6f877f..3f1bdf2ec 100644
--- a/lib/compilers/llvm-mos.ts
+++ b/lib/compilers/llvm-mos.ts
@@ -65,7 +65,7 @@ export class LLVMMOSCompiler extends ClangCompiler {
demangle,
staticReloc: boolean,
dynamicReloc: boolean,
- filters: ParseFiltersAndOutputOptions,
+ filters: ParseFiltersAndOutputOptions
) {
if (!outputFilename.endsWith('.elf') && (await utils.fileExists(outputFilename + '.elf'))) {
outputFilename = outputFilename + '.elf';
@@ -80,7 +80,7 @@ export class LLVMMOSCompiler extends ClangCompiler {
demangle,
staticReloc,
dynamicReloc,
- filters,
+ filters
);
if (this.compiler.exe.includes('nes')) {