Merge branch 'master' into merge-2.064

This commit is contained in:
Kai Nacke
2013-12-29 20:31:10 +01:00

View File

@@ -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),