fix #12988
This commit is contained in:
rockcavera
2020-01-03 18:41:58 -03:00
committed by Andreas Rumpf
parent fb1b51f1e3
commit 89570aa44b

View File

@@ -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: