import gdb-1999-07-05 snapshot

This commit is contained in:
Jason Molenda
1999-07-05 17:58:44 +00:00
parent f11523b013
commit 43ff13b418
41 changed files with 1885 additions and 789 deletions

View File

@ -275,7 +275,9 @@ mn10300_analyze_prologue (fi, pc)
/* Do nothing if we couldn't find the start of this function or if we're
stopped at the first instruction in the prologue. */
if (status == 0)
return pc;
{
return pc;
}
/* If we're in start, then give up. */
if (strcmp (name, "start") == 0)