2003-10-10 Michael Snyder <msnyder@redhat.com>

* d10v-tdep.c: Fix typo in comment.
This commit is contained in:
Michael Snyder 2003-10-10 21:59:05 +00:00
parent e754ae69e1
commit 7427672472
2 changed files with 5 additions and 1 deletions

View file

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