* saprc-dis.c (compute_arch_mask): Replace ANSI style def with K&R.
[deliverable/binutils-gdb.git] / opcodes / sparc-dis.c
index 1815881856040d1d31e5986c3d80ba0867c6a0cc..ee331f3e649b83756a96c1f5cf44b07502c60d61 100644 (file)
@@ -699,7 +699,8 @@ print_insn_sparc (memaddr, info)
 /* Given BFD mach number, return a mask of SPARC_OPCODE_ARCH_FOO values.  */
 
 static int
-compute_arch_mask (unsigned long mach)
+compute_arch_mask (mach)
+     unsigned long mach;
 {
   switch (mach)
     {
This page took 0.023474 seconds and 4 git commands to generate.