mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-19 15:34:18 +00:00
* saprc-dis.c (compute_arch_mask): Replace ANSI style def with K&R.
This commit is contained in:
parent
f97fca7872
commit
ec680fc594
@ -1,3 +1,7 @@
|
||||
Wed Apr 17 14:20:22 1996 Doug Evans <dje@canuck.cygnus.com>
|
||||
|
||||
* saprc-dis.c (compute_arch_mask): Replace ANSI style def with K&R.
|
||||
|
||||
Thu Apr 11 17:30:02 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* sparc-opc.c: Set F_FBR on floating point branch instructions.
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user