diff --git a/compiler/ccgtypes.nim b/compiler/ccgtypes.nim index 7cb6f1eebd..7e0ae74d02 100644 --- a/compiler/ccgtypes.nim +++ b/compiler/ccgtypes.nim @@ -57,11 +57,15 @@ proc mangleField(m: BModule; name: PIdent): string = proc mangleProc(m: BModule; s: PSym; makeUnique: bool): string = result = "_Z" # Common prefix in Itanium ABI - result.add encodeSym(m, s, makeUnique) + var params = "" + var staticLists = "" if s.typ.len > 1: #we dont care about the return param for i in 1..