2010-05-13 Michael Snyder <msnyder@vmware.com>
* blockframe.c: White space. * breakpoint.c: White space. * buildsym.c: White space.
This commit is contained in:
parent
b6de9da444
commit
cc59ec59c8
4 changed files with 57 additions and 13 deletions
|
@ -137,6 +137,7 @@ struct symbol *
|
|||
find_pc_sect_function (CORE_ADDR pc, struct obj_section *section)
|
||||
{
|
||||
struct block *b = block_for_pc_sect (pc, section);
|
||||
|
||||
if (b == 0)
|
||||
return 0;
|
||||
return block_linkage_function (b);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue