mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-03 04:01:22 +08:00
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user