summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_save_api.c
diff options
context:
space:
mode:
authorDaniel Borca <dborca@users.sourceforge.net>2004-04-02 09:12:42 +0000
committerDaniel Borca <dborca@users.sourceforge.net>2004-04-02 09:12:42 +0000
commit94922b9d2d801b780b00b030d4ec60381c2eef26 (patch)
treeee359c9dd66d858c81072e3ce133b4d056edc4fa /src/mesa/tnl/t_save_api.c
parent77865f81c9ce422b6f23bb105c632c2c6fb9bd67 (diff)
disabled naughty cheats and protected the choosers behind AllowCodeGen
Diffstat (limited to 'src/mesa/tnl/t_save_api.c')
-rw-r--r--src/mesa/tnl/t_save_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_save_api.c b/src/mesa/tnl/t_save_api.c
index 18fa46951d..3236e14e42 100644
--- a/src/mesa/tnl/t_save_api.c
+++ b/src/mesa/tnl/t_save_api.c
@@ -712,7 +712,7 @@ do { \
#define DISPATCH_ATTR1F( ATTR, S ) DISPATCH_ATTRFV( ATTR, 1, &(S) )
-#ifdef USE_X86_ASM
+#if defined(USE_X86_ASM) && 0 /* will break register calling convention */
/* Naughty cheat:
*/
#define DISPATCH_ATTR2F( ATTR, S,T ) DISPATCH_ATTRFV( ATTR, 2, &(S) )