small aesthetic correction
authorDaniel Borca <dborca@users.sourceforge.net>
Mon, 1 Nov 2004 08:49:55 +0000 (08:49 +0000)
committerDaniel Borca <dborca@users.sourceforge.net>
Mon, 1 Nov 2004 08:49:55 +0000 (08:49 +0000)
src/mesa/tnl/t_vtx_x86.c

index 59a869879a516289ede3480c418fe69fa6d7ce39..37530f4940a2c1d70c2b1b9275725ee937e4a983 100644 (file)
@@ -174,10 +174,11 @@ static struct _tnl_dynfn *makeX86Vertex2fv( GLcontext *ctx, int vertex_size )
 static struct _tnl_dynfn *makeX86Vertex3fv( GLcontext *ctx, int vertex_size )
 {
    TNLcontext *tnl = TNL_CONTEXT(ctx);
-   DFN ( _tnl_x86_Vertex3fv, tnl->vtx.cache.Vertex[3-1], vertex_size );
 
    switch (vertex_size) {
       default: {
+         DFN ( _tnl_x86_Vertex3fv, tnl->vtx.cache.Vertex[3-1], vertex_size );
+
          FIXUP(dfn->code, 0, 0, (int)&tnl->vtx.vbptr);
          FIXUP(dfn->code, 0, 1, vertex_size - 3);
          FIXUP(dfn->code, 0, 2, (int)&tnl->vtx.vertex[3]);