diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-07-05 17:58:44 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-07-05 17:58:44 +0000 |
commit | 898586e8e8dcfa495ccf88fce9d8a3fe4d3a7625 (patch) | |
tree | 1472a0286b800398c881dd858557d7b60aa942e2 /gdb/mn10300-tdep.c | |
parent | 22c86e7f4ad1b5d1172d47119f49a8dbba35f08d (diff) | |
download | gdb-898586e8e8dcfa495ccf88fce9d8a3fe4d3a7625.tar.gz |
import gdb-1999-07-05 snapshot
Diffstat (limited to 'gdb/mn10300-tdep.c')
-rw-r--r-- | gdb/mn10300-tdep.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/mn10300-tdep.c b/gdb/mn10300-tdep.c index a0113edc892..c758d774855 100644 --- a/gdb/mn10300-tdep.c +++ b/gdb/mn10300-tdep.c @@ -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) |