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 | f91fafbd30ef1c72804db26e80e5e3a41c6c2dde (diff) | |
download | gdb-11ca392df54961d9d9a12f398b6fc59e44b07920.zip gdb-11ca392df54961d9d9a12f398b6fc59e44b07920.tar.gz gdb-11ca392df54961d9d9a12f398b6fc59e44b07920.tar.bz2 |
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 7b52ea8..4e16ed3 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 |