aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pdp11/2bsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/pdp11/2bsd.h')
-rw-r--r--gcc/config/pdp11/2bsd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/pdp11/2bsd.h b/gcc/config/pdp11/2bsd.h
index 4f9dafc..5b1f0c82 100644
--- a/gcc/config/pdp11/2bsd.h
+++ b/gcc/config/pdp11/2bsd.h
@@ -1,5 +1,5 @@
/* Definitions of target machine for GNU compiler, for a PDP with 2BSD
- Copyright (C) 1995, 1996, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1995, 96, 99, 2000 Free Software Foundation, Inc.
Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at).
This file is part of GNU CC.
@@ -56,7 +56,7 @@ fprintf(FILE, "\tjmp cret\n"); \
#undef INITIAL_FRAME_POINTER_OFFSET
#define INITIAL_FRAME_POINTER_OFFSET(DEPTH_VAR) \
{ \
- int offset, regno; \
+ int offset; \
offset = get_frame_size(); \
offset = (offset <= 2)? 0: (offset -2); \
(DEPTH_VAR) = offset+10; \