aboutsummaryrefslogtreecommitdiff
path: root/gdb/i960-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1998-12-03 05:34:25 +0000
committerAndrew Cagney <cagney@redhat.com>1998-12-03 05:34:25 +0000
commit1c3cd1b020893108b0b94fc2b0990200240887d8 (patch)
tree2405ec14bff6a53ae5fb94e88d7405497eab2f3e /gdb/i960-tdep.c
parent321d48c5b8248865d580c9e169ceb776730b7644 (diff)
downloadgdb-1c3cd1b020893108b0b94fc2b0990200240887d8.zip
gdb-1c3cd1b020893108b0b94fc2b0990200240887d8.tar.gz
gdb-1c3cd1b020893108b0b94fc2b0990200240887d8.tar.bz2
Clean up function return types. Functions not returning values,
functions unnecessarily returning values.
Diffstat (limited to 'gdb/i960-tdep.c')
-rw-r--r--gdb/i960-tdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/i960-tdep.c b/gdb/i960-tdep.c
index f87d6bb..0452b95 100644
--- a/gdb/i960-tdep.c
+++ b/gdb/i960-tdep.c
@@ -544,6 +544,7 @@ saved_pc_after_call (frame)
/* Discard from the stack the innermost frame,
restoring all saved registers. */
+void
pop_frame ()
{
register struct frame_info *current_fi, *prev_fi;