opcodes: blackfin: drop null/nul checks in OUTS
authorMike Frysinger <vapier@gentoo.org>
Tue, 22 Feb 2011 20:52:31 +0000 (20:52 +0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 22 Feb 2011 20:52:31 +0000 (20:52 +0000)
commit500cccad3b263c129be66c560cb9b85105bd8c3d
tree3c8a4381c55f52bcea67878a9037c8a0a5dd60bc
parentf5caf9f43499f4b97f75c01351f9e55005636708
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
This page took 0.030731 seconds and 4 git commands to generate.