X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=opcodes%2Flm32-dis.c;h=884a572525c3f8cb00252c7d04950570182275c1;hb=95572f33d4e691d1a290996181139b55927f73c1;hp=e30af57b7e36472e2cb3d328bd7c9b28558e79ef;hpb=ac4c94da54533186b725848d0447cf8d20eb765f;p=pf3gnuchains%2Fpf3gnuchains4x.git diff --git a/opcodes/lm32-dis.c b/opcodes/lm32-dis.c index e30af57b7e..884a572525 100644 --- a/opcodes/lm32-dis.c +++ b/opcodes/lm32-dis.c @@ -178,10 +178,6 @@ print_normal (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, { disassemble_info *info = (disassemble_info *) dis_info; -#ifdef CGEN_PRINT_NORMAL - CGEN_PRINT_NORMAL (cd, info, value, attrs, pc, length); -#endif - /* Print the operand as directed by the attributes. */ if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SEM_ONLY)) ; /* nothing to do */ @@ -203,10 +199,6 @@ print_address (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, { disassemble_info *info = (disassemble_info *) dis_info; -#ifdef CGEN_PRINT_ADDRESS - CGEN_PRINT_ADDRESS (cd, info, value, attrs, pc, length); -#endif - /* Print the operand as directed by the attributes. */ if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SEM_ONLY)) ; /* Nothing to do. */