summary refs log tree commit diff stats
path: root/compiler/nir/ast2ir.nim
diff options
context:
space:
mode:
authorJuan M Gómez <info@jmgomez.me>2024-03-29 21:09:00 +0000
committerGitHub <noreply@github.com>2024-03-29 22:09:00 +0100
commitcf00b2fd9e00909ac6368ece9515f0e020d7813d (patch)
tree035ee84c5e32f894024d1708c081a887f19d95cf /compiler/nir/ast2ir.nim
parent4b6a9e4add2af2a458d171b23030acb5d1c70ecb (diff)
downloadNim-cf00b2fd9e00909ac6368ece9515f0e020d7813d.tar.gz
adds ccMember CC fixes #23434 (#23457)
Diffstat (limited to 'compiler/nir/ast2ir.nim')
-rw-r--r--compiler/nir/ast2ir.nim2
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