This commit is contained in:
Evghenii
2014-01-06 08:15:50 +01:00
parent 0d944ac87e
commit b2368e243c
3 changed files with 19 additions and 7 deletions

View File

@@ -1409,7 +1409,7 @@ ArrayType::Mangle() const {
sprintf(buf, "%d", numElements);
else
buf[0] = '\0';
return s + "[" + buf + "]";
return s + "_5B_" + buf + "_5C_";
}