diff options
Diffstat (limited to 'compiler/nir/ast2ir.nim')
-rw-r--r-- | compiler/nir/ast2ir.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nir/ast2ir.nim b/compiler/nir/ast2ir.nim index 907d45013..20dfbf2a7 100644 --- a/compiler/nir/ast2ir.nim +++ b/compiler/nir/ast2ir.nim @@ -2423,7 +2423,7 @@ proc addCallConv(c: var ProcCon; info: PackedLineInfo; callConv: TCallingConvent of ccInline: ann InlineCall of ccNoInline: ann NoinlineCall of ccThisCall: ann ThisCall - of ccNoConvention: ann NoCall + of ccNoConvention, ccMember: ann NoCall proc genProc(cOuter: var ProcCon; prc: PSym) = if prc.magic notin generatedMagics: return |