On Thu, Feb 21, 2013 at 4:25 AM, Andreas Färber wrote:
> Make debug output compile-testable even if disabled.
>
> Inline DEBUG_FEATURES and introduce features_printf() in cpu.c.
> Inline DEBUG_MMU in ldst_helper.c but leave DPRINTF_MMU() as is due
> to "MMU: " prefix.
> Inline DEBUG_{MXCC,ASI} in
Make debug output compile-testable even if disabled.
Inline DEBUG_FEATURES and introduce features_printf() in cpu.c.
Inline DEBUG_MMU in ldst_helper.c but leave DPRINTF_MMU() as is due
to "MMU: " prefix.
Inline DEBUG_{MXCC,ASI} in ldst_helper.c.
Signed-off-by: Andreas Färber
---
target-sparc/cp