This commit is contained in:
Russ Cox
2012-03-05 16:36:31 -05:00
12 changed files with 134 additions and 18 deletions

View File

@@ -203,7 +203,7 @@ convflt(Node *r, char *flt)
}
void
indir(Map *m, ulong addr, char fmt, Node *r)
indir(Map *m, u64int addr, char fmt, Node *r)
{
int i;
u32int ival;