Skip to content

Commit

Permalink
fix #12988 (#13022)
Browse files Browse the repository at this point in the history
fix #12988
  • Loading branch information
rockcavera authored and Araq committed Jan 3, 2020
1 parent fb1b51f commit 89570aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compiler/extccomp.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 89570aa

Please sign in to comment.