diff options
author | Nick Clifton <nickc@redhat.com> | 2001-12-14 21:32:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-12-14 21:32:04 +0000 |
commit | 11ca392df54961d9d9a12f398b6fc59e44b07920 (patch) | |
tree | 547564c56c6832015c7ea515be38970cd199bcd3 /include/dis-asm.h | |
parent | * config/obj-elf.c (obj_elf_init_stab_section): References are (diff) | |
download | binutils-gdb-11ca392df54961d9d9a12f398b6fc59e44b07920.tar.gz binutils-gdb-11ca392df54961d9d9a12f398b6fc59e44b07920.tar.bz2 binutils-gdb-11ca392df54961d9d9a12f398b6fc59e44b07920.zip |
Initialise the disassembler_options field (to NULL).
Diffstat (limited to 'include/dis-asm.h')
-rw-r--r-- | include/dis-asm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dis-asm.h b/include/dis-asm.h index 7b52ea810f6..4e16ed34534 100644 --- a/include/dis-asm.h +++ b/include/dis-asm.h @@ -300,6 +300,7 @@ extern int generic_symbol_at_address (INFO).bytes_per_line = 0, \ (INFO).bytes_per_chunk = 0, \ (INFO).display_endian = BFD_ENDIAN_UNKNOWN, \ + (INFO).disassembler_options = NULL, \ (INFO).insn_info_valid = 0 #ifdef __cplusplus |