Fix prototype problems related to recent disassembler changes

This commit is contained in:
Jim Kingdon
1993-04-01 18:04:51 +00:00
parent 494503c776
commit a6cead71cd
5 changed files with 16 additions and 4 deletions

View File

@ -1,3 +1,7 @@
Thu Apr 1 09:00:10 1993 Jim Kingdon (kingdon@cygnus.com)
* dis-asm.h (dis_asm_read_memory): Fix prototype.
Wed Mar 31 17:40:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* dis-asm.h: Add print_insn_sparc.

View File

@ -54,7 +54,8 @@ extern void perror_memory PARAMS ((int, bfd_vma, struct disassemble_info *));
/* GDB--Like target_read_memory, but slightly different parameters. */
extern int
dis_asm_read_memory PARAMS ((bfd_vma memaddr, bfd_byte *myaddr, int len));
dis_asm_read_memory PARAMS ((bfd_vma memaddr, bfd_byte *myaddr, int len,
disassemble_info *info));
/* GDB--Like memory_error with slightly different parameters. */
extern void