* sh-tdep.c (gdb_print_insn_sh): Ditto.
disassemble_info *info;
{
if (h8300hmode)
- return print_insn_h8300h (memaddr, &info);
+ return print_insn_h8300h (memaddr, info);
else
- return print_insn_h8300 (memaddr, &info);
+ return print_insn_h8300 (memaddr, info);
}
/* Given a GDB frame, determine the address of the calling function's frame.
disassemble_info *info;
{
if (TARGET_BYTE_ORDER == BIG_ENDIAN)
- return print_insn_sh (memaddr, &info);
+ return print_insn_sh (memaddr, info);
else
- return print_insn_shl (memaddr, &info);
+ return print_insn_shl (memaddr, info);
}
/* Given a GDB frame, determine the address of the calling function's frame.