OSDN Git Service

opcodes: blackfin: drop null/nul checks in OUTS
authorvapier <vapier>
Wed, 23 Feb 2011 05:52:31 +0000 (05:52 +0000)
committervapier <vapier>
Wed, 23 Feb 2011 05:52:31 +0000 (05:52 +0000)
commit7423dc270c60e8926044894329ae4141bb7a5f9a
treeccd959cb19990eb687051f6c99ed6763c78bb64a
parent567535dffa7c8c39a5b7b01a20a4d8caa31b4f5d
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 <vapier@gentoo.org>
opcodes/ChangeLog
opcodes/bfin-dis.c