Andre´ Werthmann <[EMAIL PROTECTED]> wrote to point out a likely typo in src/X86/assyntax.h Line 1465 reads: #define P_ARG3(a, b) a, b, c But should probably be: #define P_ARG3(a, b, c) a, b, c Looks good to me. If one of you who've worked on this code could verify this, that would be great. -Brian _______________________________________________ Mesa-dev maillist - [EMAIL PROTECTED] http://lists.mesa3d.org/mailman/listinfo/mesa-dev
- Re: [Mesa-dev] typo in assyntax.h Brian Paul
- Re: [Mesa-dev] typo in assyntax.h Kendall Bennett
- Re: [Mesa-dev] typo in assyntax.h Josh Vanderhoof