mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
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>
This commit is contained in:
parent
dfd3f85c45
commit
9262f3841b
3 changed files with 71 additions and 75 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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue