summaryrefslogtreecommitdiff
path: root/include/dis-asm.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-12-14 21:32:04 +0000
committerNick Clifton <nickc@redhat.com>2001-12-14 21:32:04 +0000
commit3e8332f0254ee9cef30a1e827e64016befe2bbcf (patch)
tree3f9fca4a3b3d2de1129bb90e4821b99d230ea219 /include/dis-asm.h
parent0f2ae29b887b7ad8a94fd2f64cf97dafa3056726 (diff)
downloadgdb-3e8332f0254ee9cef30a1e827e64016befe2bbcf.tar.gz
Initialise the disassembler_options field (to NULL).
Diffstat (limited to 'include/dis-asm.h')
-rw-r--r--include/dis-asm.h1
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