diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-07-07 20:19:36 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-07-07 20:19:36 +0000 |
commit | a87029ef15e59af2cc0b27cb4024b0db313fa88e (patch) | |
tree | a5cc2d6f8ebdbbd957642e72e0e88cc5fe5cd2e1 /gdb/w65-tdep.c | |
parent | 528824cc847e5a13831dd41e5aacb34679143c94 (diff) | |
download | gdb-a87029ef15e59af2cc0b27cb4024b0db313fa88e.tar.gz |
import gdb-1999-07-07 post reformat
Diffstat (limited to 'gdb/w65-tdep.c')
-rw-r--r-- | gdb/w65-tdep.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/w65-tdep.c b/gdb/w65-tdep.c index 9546616af4e..e575ff72809 100644 --- a/gdb/w65-tdep.c +++ b/gdb/w65-tdep.c @@ -15,7 +15,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ /* Contributed by Steve Chamberlain @@ -159,7 +160,7 @@ gb (x) return read_memory_integer (x, 1) & 0xff; } -extern CORE_ADDR +extern CORE_ADDR w65_skip_prologue (pc) CORE_ADDR pc; { |