From 9262f3841b0ecb866568e3edcc1fee1b05d41e9f Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Wed, 23 Sep 2009 01:19:05 +0200 Subject: Remove PARAMS() macro Only two disassemblers (alpha and sh4) were still using it. Just remove its use there, and its aparations in dis-asm.h Signed-off-by: Juan Quintela Signed-off-by: Blue Swirl --- sh4-dis.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sh4-dis.c') diff --git a/sh4-dis.c b/sh4-dis.c index a9ed5b2e70..a502a61883 100644 --- a/sh4-dis.c +++ b/sh4-dis.c @@ -1164,10 +1164,10 @@ const sh_opcode_info sh_table[] = #endif static void print_movxy - PARAMS ((const sh_opcode_info *, int, int, fprintf_ftype, void *)); -static void print_insn_ddt PARAMS ((int, struct disassemble_info *)); -static void print_dsp_reg PARAMS ((int, fprintf_ftype, void *)); -static void print_insn_ppi PARAMS ((int, struct disassemble_info *)); + (const sh_opcode_info *, int, int, fprintf_ftype, void *); +static void print_insn_ddt (int, struct disassemble_info *); +static void print_dsp_reg (int, fprintf_ftype, void *); +static void print_insn_ppi (int, struct disassemble_info *); static void print_movxy (const sh_opcode_info *op, int rn, int rm, -- cgit v1.2.1