# HG changeset patch # User diego # Date 1160220624 0 # Node ID edacbbf46a19b0aa4646aa25c3761c3559bbd425 # Parent 811a9b0d9f3219d0fe9b45264ea08f4eadd442ed Compilation fix, printf gets redefined to please_use_av_log. diff -r 811a9b0d9f32 -r edacbbf46a19 i386/cputest.c --- a/i386/cputest.c Sat Oct 07 11:15:10 2006 +0000 +++ b/i386/cputest.c Sat Oct 07 11:30:24 2006 +0000 @@ -21,6 +21,8 @@ #include #include "../dsputil.h" +#undef printf + #ifdef ARCH_X86_64 # define REG_b "rbx" # define REG_S "rsi"