OSDN Git Service

target-mips: get rid of MIPS_DEBUG
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 13 Sep 2015 21:07:58 +0000 (23:07 +0200)
committerLeon Alrae <leon.alrae@imgtec.com>
Fri, 18 Sep 2015 08:20:48 +0000 (09:20 +0100)
commit9d68ac14dab3f5af33a6b23458941dc6fb261fce
treecc3e1571957ba556e9e4d544a7793db5ffaa4053
parentcdfcad788394ff53e317043e07b8e34f4987c659
target-mips: get rid of MIPS_DEBUG

MIPS_DEBUG is a define used to dump the instruction disassembling. It
has to be defined at compile time. In practice I believe it's more
efficient to just look at the instruction disassembly and op dump using
-d in_asm,op. This patch therefore removes the corresponding code, which
clutters translate.c.

Cc: Leon Alrae <leon.alrae@imgtec.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Reviewed-by: Leon Alrae <leon.alrae@imgtec.com>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
target-mips/translate.c