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:
parent
de356dd855
commit
37de63aec3
1 changed files with 2 additions and 2 deletions
|
@ -129,8 +129,8 @@ acidmember(Type *t, long off, int flag)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
Bprint(&outbuf,
|
Bprint(&outbuf,
|
||||||
"\tprint(\"\t%s\t\", addr.%s\\X, \"\\n\");\n",
|
"\tprint(\"\t%s\t\", addr.%s\\%c, \"\\n\");\n",
|
||||||
amap(s->name), amap(s->name));
|
amap(s->name), amap(s->name), acidchar[TIND]);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue