X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=linux%2Fhost_dasm.c;h=d2d6d0a9bf4b6252fdc085ea59b5686d9b041d59;hb=114dfebdbdda18e85effb1fe003d29951fb31fa3;hp=3cc9c7b7dca37de4033c5c697ddfe6290c9577e0;hpb=c908877fcdddab2db3e70e674fd54f80d19a9dac;p=libpicofe.git diff --git a/linux/host_dasm.c b/linux/host_dasm.c index 3cc9c7b..d2d6d0a 100644 --- a/linux/host_dasm.c +++ b/linux/host_dasm.c @@ -144,6 +144,7 @@ static int insn_printf(void *f, const char *format, ...) static void host_dasm_init(void) { + bfd_init(); slurp_symtab(g_argv[0]); init_disassemble_info(&di, NULL, insn_printf);