---
 disas/cris.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/disas/cris.c b/disas/cris.c
index 7f35bc0..241db56 100644
--- a/disas/cris.c
+++ b/disas/cris.c
@@ -2555,7 +2555,7 @@ print_insn_cris_generic (bfd_vma memaddr,
                         disassemble_info *info,
                         bfd_boolean with_reg_prefix)
 {
-  int nbytes;
+  size_t nbytes;
   unsigned int insn;
   const struct cris_opcode *matchedp;
   int advance = 0;
--
2.7.1


Reply via email to