opcodes/
authorRichard Sandiford <rdsandiford@googlemail.com>
Mon, 22 May 2006 11:58:46 +0000 (11:58 +0000)
committerRichard Sandiford <rdsandiford@googlemail.com>
Mon, 22 May 2006 11:58:46 +0000 (11:58 +0000)
* m68k-dis.c (m68k_scan_mask): Add missing return.

ChangeLog.csl
opcodes/m68k-dis.c

index 403ecf6..ff2ccb2 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-22  Richard Sandiford  <richard@codesourcery.com>
+
+       opcodes/
+       * m68k-dis.c (m68k_scan_mask): Add missing return.
+
 2006-05-20  Nathan Sidwell  <nathan@codesourcery.com>
 
        * binutils/testsuite/binutils-all/objcopy.exp: Skip for uclinux
index d115430..fa29dd3 100644 (file)
@@ -1453,6 +1453,7 @@ m68k_scan_mask (bfd_vma memaddr, disassemble_info *info,
              return val;
        }
     }
+  return 0;
 }              
 
 /* Print the m68k instruction at address MEMADDR in debugged memory,