2003-10-10 Michael Snyder <msnyder@redhat.com>
* d10v-tdep.c: Fix typo in comment.
This commit is contained in:
parent
e754ae69e1
commit
7427672472
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-10-10 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* d10v-tdep.c: Fix typo in comment.
|
||||
|
||||
2003-10-10 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* rs6000-tdep.c (e500_store_return_value): Delete function.
|
||||
|
|
|
@ -506,7 +506,7 @@ d10v_skip_prologue (CORE_ADDR pc)
|
|||
struct symtab_and_line sal;
|
||||
|
||||
/* If we have line debugging information, then the end of the prologue
|
||||
should the first assembly instruction of the first source line */
|
||||
should be the first assembly instruction of the first source line. */
|
||||
if (find_pc_partial_function (pc, NULL, &func_addr, &func_end))
|
||||
{
|
||||
sal = find_pc_line (func_addr, 0);
|
||||
|
|
Loading…
Reference in a new issue