diff options
-rw-r--r-- | compiler/extccomp.nim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/extccomp.nim b/compiler/extccomp.nim index 5db719f85..f8b7ac150 100644 --- a/compiler/extccomp.nim +++ b/compiler/extccomp.nim @@ -302,10 +302,10 @@ compiler tcc: linkLibCmd: "", # XXX: not supported yet debug: " -g ", pic: "", - asmStmtFrmt: "__asm{$n$1$n}$n", + asmStmtFrmt: "asm($1);$n", structStmtFmt: "$1 $2", - produceAsm: "", - props: {hasSwitchRange, hasComputedGoto}) + produceAsm: gnuAsmListing, + props: {hasSwitchRange, hasComputedGoto, hasGnuAsm}) # Pelles C Compiler compiler pcc: |