diff options
author | John Gilmore <gnu@cygnus> | 1991-09-13 07:52:09 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-09-13 07:52:09 +0000 |
commit | e36ca74a036e36e37bad30dec9414be6e71ef060 (patch) | |
tree | 5c846068bf7b9425b78b4189f23e7acdc33e6e27 /gdb/remote-adapt.c | |
parent | 841c051c44d5423640f593615404820013750402 (diff) | |
download | gdb-e36ca74a036e36e37bad30dec9414be6e71ef060.zip gdb-e36ca74a036e36e37bad30dec9414be6e71ef060.tar.gz gdb-e36ca74a036e36e37bad30dec9414be6e71ef060.tar.bz2 |
Minor bugfixes after trying to get a 29K target to build.
Diffstat (limited to 'gdb/remote-adapt.c')
-rw-r--r-- | gdb/remote-adapt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-adapt.c b/gdb/remote-adapt.c index 1146303..6c22422 100644 --- a/gdb/remote-adapt.c +++ b/gdb/remote-adapt.c @@ -58,7 +58,7 @@ extern struct target_ops adapt_ops; /* Forward declaration */ static void adapt_fetch_registers (); static int adapt_store_registers (); static void adapt_close (); -static int adapt_clear_breakpoints() +static int adapt_clear_breakpoints(); /* * Processor types. It is assumed that the adapt has the correct |