On Wed, May 19, 2010 at 06:49:29PM +0200, Riccardo Magliocchetti wrote: > Fix compilation with DEBUG defined > > Signed-off-by: Riccardo Magliocchetti <riccardo.magliocche...@gmail.com>
Thanks, applied. Cheers > --- > target-cris/mmu.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/target-cris/mmu.c b/target-cris/mmu.c > index 2a5ded8..d09e921 100644 > --- a/target-cris/mmu.c > +++ b/target-cris/mmu.c > @@ -31,7 +31,7 @@ > > #ifdef DEBUG > #define D(x) x > -#define D_LOG(...) qemu_log(__VA__ARGS__) > +#define D_LOG(...) qemu_log(__VA_ARGS__) > #else > #define D(x) > #define D_LOG(...) do { } while (0) > -- > 1.7.1 >