* dis-asm.h: (disassemble_info): Fix typo in prototype of

dis_asm_memory_error().
This commit is contained in:
Stu Grossman
1993-04-01 00:36:21 +00:00
parent aff22f452f
commit 5128f89208
2 changed files with 6 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ dis_asm_read_memory PARAMS ((bfd_vma memaddr, bfd_byte *myaddr, int len));
/* GDB--Like memory_error with slightly different parameters. */
extern void
dis_asm_memory_error
PARAMS ((int status, bfd_vma memaddr, disassembler_info *info));
PARAMS ((int status, bfd_vma memaddr, disassemble_info *info));
#define GDB_INIT_DISASSEMBLE_INFO(INFO, STREAM) \
(INFO).fprintf_func = (fprintf_ftype)fprintf_filtered, \