]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/config/tc-score7.c
Make fixup fx_where unsigned
[thirdparty/binutils-gdb.git] / gas / config / tc-score7.c
index 13dd530f602594975579d012a8f97f5312b4cfc6..f60ab494b882af6662bf191330ec1142cb6729b8 100644 (file)
@@ -6562,8 +6562,8 @@ s7_convert_frag (bfd * abfd ATTRIBUTE_UNUSED,
                 segT sec ATTRIBUTE_UNUSED,
                 fragS * fragp)
 {
-  int r_old;
-  int r_new;
+  unsigned int r_old;
+  unsigned int r_new;
   char backup[20];
   fixS *fixp;