PR 14072
[deliverable/binutils-gdb.git] / gas / config / tc-h8300.c
index edfad44d0e1f2542ef43a45010f6a4b94da1e047..bbf8c0e8c152a9e6a4d68d6f12ffb2ed3adf6e65 100644 (file)
@@ -359,7 +359,6 @@ static int parse_reg (char *, op_type *, unsigned *, int);
 static char *skip_colonthing (char *, int *);
 static char *parse_exp (char *, struct h8_op *);
 
-static int constant_fits_width_p (struct h8_op *, unsigned int);
 static int constant_fits_size_p (struct h8_op *, int, int);
 
 /*
@@ -556,7 +555,7 @@ skip_colonthing (char *src, int *mode)
    @@aa[:8]            memory indirect.  */
 
 static int
-constant_fits_width_p (struct h8_op *operand, unsigned int width)
+constant_fits_width_p (struct h8_op *operand, offsetT width)
 {
   offsetT num;
 
This page took 0.025225 seconds and 4 git commands to generate.