Fix Mirror (deprecated) param generation

This commit is contained in:
Paulo Henrique Silva 2015-01-14 14:30:53 -02:00
parent cbb662491c
commit a9b5a17c53

View file

@ -598,7 +598,7 @@ class MIParamStmt(ParamStmt):
ret += "A{0}".format(self.a)
if self.b is not None:
ret += "B{0}".format(self.b)
ret += "*%"
return ret
def __str__(self):