From Mark Dettinger <dettinge@de.ibm.com>:
* dwarf2cfi.c (read_2u): Increment pointer by two.
This commit is contained in:
parent
bdd73e2289
commit
d5d14a5ade
2 changed files with 6 additions and 1 deletions
|
@ -345,7 +345,7 @@ read_2u (bfd *abfd, char **p)
|
|||
unsigned ret;
|
||||
|
||||
ret = bfd_get_16 (abfd, (bfd_byte *) * p);
|
||||
(*p)++;
|
||||
(*p) += 2;
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue