From ec680fc594b6640c13f2ca576fe686a52d985f87 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Wed, 17 Apr 1996 21:21:09 +0000 Subject: [PATCH] * saprc-dis.c (compute_arch_mask): Replace ANSI style def with K&R. --- opcodes/ChangeLog | 4 ++++ opcodes/sparc-dis.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3ce0495..1184f9e 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +Wed Apr 17 14:20:22 1996 Doug Evans + + * saprc-dis.c (compute_arch_mask): Replace ANSI style def with K&R. + Thu Apr 11 17:30:02 1996 Ian Lance Taylor * sparc-opc.c: Set F_FBR on floating point branch instructions. diff --git a/opcodes/sparc-dis.c b/opcodes/sparc-dis.c index 1815881..ee331f3 100644 --- a/opcodes/sparc-dis.c +++ b/opcodes/sparc-dis.c @@ -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) { -- 2.7.4