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 | ef848e1d4369430c9c59ecb5bbc0f9fd457be791 (patch) | |
tree | 57eeff6c217abde05815696bb377aacb209dd022 /include/dis-asm.h | |
parent | 8606f0058eb6615351b0174f057f78bf688677ec (diff) | |
download | cygnal-ef848e1d4369430c9c59ecb5bbc0f9fd457be791.tar.gz cygnal-ef848e1d4369430c9c59ecb5bbc0f9fd457be791.tar.bz2 cygnal-ef848e1d4369430c9c59ecb5bbc0f9fd457be791.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 7b52ea810..4e16ed345 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 |