cc: emit right acid format for address

we could use 'A' here but then it would require the new acid.
This commit is contained in:
cinap_lenrek 2014-02-10 23:10:47 +01:00
parent de356dd855
commit 37de63aec3

View file

@ -129,8 +129,8 @@ acidmember(Type *t, long off, int flag)
}
} else {
Bprint(&outbuf,
"\tprint(\"\t%s\t\", addr.%s\\X, \"\\n\");\n",
amap(s->name), amap(s->name));
"\tprint(\"\t%s\t\", addr.%s\\%c, \"\\n\");\n",
amap(s->name), amap(s->name), acidchar[TIND]);
break;
}