mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-01 18:13:18 +01:00
Merge branch 'master' into merge-2.064
This commit is contained in:
@@ -131,7 +131,7 @@ struct IrFuncTy
|
||||
// Copy constructor and operator= seems to be required for MSC
|
||||
|
||||
IrFuncTy(const IrFuncTy& rhs)
|
||||
: funcType(ths.funcType),
|
||||
: funcType(rhs.funcType),
|
||||
ret(rhs.ret),
|
||||
args(IrFuncTy::ArgList(rhs.args)),
|
||||
arg_sret(rhs.arg_sret),
|
||||
|
||||
Reference in New Issue
Block a user