aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-score7.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-score7.c')
-rw-r--r--gas/config/tc-score7.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/config/tc-score7.c b/gas/config/tc-score7.c
index f60ab49..90cd5e3 100644
--- a/gas/config/tc-score7.c
+++ b/gas/config/tc-score7.c
@@ -142,7 +142,6 @@ static void s7_do_lw_pic (char *);
#define s7_GET_INSN_SIZE(type) ((s7_GET_INSN_CLASS (type) == INSN_CLASS_16) \
? s7_INSN16_SIZE : s7_INSN_SIZE)
-#define s7_MAX_LITTLENUMS 6
#define s7_INSN_NAME_LEN 16
/* Relax will need some padding for alignment. */
@@ -6209,7 +6208,7 @@ static const char *
s7_atof (int type, char *litP, int *sizeP)
{
int prec;
- LITTLENUM_TYPE words[s7_MAX_LITTLENUMS];
+ LITTLENUM_TYPE words[MAX_LITTLENUMS];
char *t;
int i;