mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 20:12:01 +08:00
gdb/
* ada-lang.c: Fix typos. * amd64-tdep.c: Likewise. * breakpoint.c: Likewise. * cli/cli-decode.c: Likewise. * findcmd.c: Likewise. * inline-frame.c: Likewise. * mi/mi-main.c: Likewise. * minsyms.c: Likewise. * monitor.c: Likewise. * monitor.h: Likewise. * prologue-value.c: Likewise. * reverse.c: Likewise. * s390-tdep.c: Likewise. gdb/testsuite/ * gdb.base/call-sc.c: Likewise. * gdb.base/ifelse.exp: Likewise. * gdb.base/structs.c: Likewise. gdb/doc/ * gdb.texinfo: Likewise.
This commit is contained in:
@ -288,7 +288,7 @@ block_starting_point_at (CORE_ADDR pc, struct block *block)
|
||||
if (new_block == block || contained_in (new_block, block))
|
||||
return 0;
|
||||
|
||||
/* The immediately preceeding address belongs to a different block,
|
||||
/* The immediately preceding address belongs to a different block,
|
||||
which is not a child of this one. Treat this as an entrance into
|
||||
BLOCK. */
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user