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:
Michael Snyder 2010-05-13 22:44:02 +00:00
parent b6de9da444
commit cc59ec59c8
4 changed files with 57 additions and 13 deletions

View file

@ -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);