warning
This commit is contained in:
parent
8c7b4c825f
commit
35afcc6c77
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ unpacksect(ElfHdr *h, ElfSect *s, ElfSectBytes *b)
|
|||
u32int (*e4)(uchar*);
|
||||
|
||||
e4 = h->e4;
|
||||
s->name = (char*)e4(b->name);
|
||||
s->name = (char*)(uintptr)e4(b->name);
|
||||
s->type = e4(b->type);
|
||||
s->flags = e4(b->flags);
|
||||
s->addr = e4(b->addr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue