From 500cccad3b263c129be66c560cb9b85105bd8c3d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 22 Feb 2011 20:52:31 +0000 Subject: opcodes: blackfin: drop null/nul checks in OUTS Parts of the disassembler rely on the disasm info never being NULL (such as being able to read memory to disassemble in the first place). So drop useless null checks in the OUTS helper. Signed-off-by: Mike Frysinger --- opcodes/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'opcodes/ChangeLog') diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index c7d3cdf..eb7fed9 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,9 @@ 2011-02-22 Mike Frysinger + * bfin-dis.c (OUTS): Remove p NULL check and txt NUL check. + +2011-02-22 Mike Frysinger + * bfin-dis.c (print_insn_bfin): Change outf->fprintf_func to OUTS. 2011-02-19 Mike Frysinger -- cgit v1.1