Missed one with the last commit.
authorIan Romanick <idr@us.ibm.com>
Mon, 12 Apr 2004 22:41:47 +0000 (22:41 +0000)
committerIan Romanick <idr@us.ibm.com>
Mon, 12 Apr 2004 22:41:47 +0000 (22:41 +0000)
src/mesa/tnl/t_vtx_api.c

index 926b277dc9794e2eea7de6375d88c079e5872461..0e28c73910a1280dd875a51d47eaddada1bc630f 100644 (file)
@@ -904,7 +904,9 @@ void _tnl_vtx_init( GLcontext *ctx )
       tnl->vtx.gen.Attribute[i] = no_codegen;
    }
 
+#ifdef USE_X86_ASM
    _tnl_InitX86Codegen( &tnl->vtx.gen );
+#endif
 
    _tnl_current_init( ctx );
    _tnl_exec_vtxfmt_init( ctx );