aboutsummaryrefslogtreecommitdiff
path: root/include/dis-asm.h
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-04-01 18:04:51 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-04-01 18:04:51 +0000
commita6cead71cd9539e468b3114142319e6a4f6c4a22 (patch)
treec6a6132c53864f1d3a48464ee80ac8b0442bd984 /include/dis-asm.h
parent494503c776cf2a11e65f7d3e4a4635a6c64fd977 (diff)
downloadgdb-a6cead71cd9539e468b3114142319e6a4f6c4a22.zip
gdb-a6cead71cd9539e468b3114142319e6a4f6c4a22.tar.gz
gdb-a6cead71cd9539e468b3114142319e6a4f6c4a22.tar.bz2
Fix prototype problems related to recent disassembler changes
Diffstat (limited to 'include/dis-asm.h')
-rw-r--r--include/dis-asm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dis-asm.h b/include/dis-asm.h
index 86666c3..51808a8 100644
--- a/include/dis-asm.h
+++ b/include/dis-asm.h
@@ -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