diff options
author | Juan Quintela <quintela@redhat.com> | 2009-09-23 01:19:05 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-09-25 19:53:21 +0000 |
commit | 9262f3841b0ecb866568e3edcc1fee1b05d41e9f (patch) | |
tree | a4dac5e018d9769e0d80748ea0c7ac92cced2f94 /sh4-dis.c | |
parent | dfd3f85c45b079b10419069fc792e9bee5aada1c (diff) |
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 <quintela@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'sh4-dis.c')
-rw-r--r-- | sh4-dis.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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, |