translate: Mark functions as PIPE_CDECL.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Wed, 28 May 2008 12:47:25 +0000 (21:47 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Wed, 28 May 2008 12:47:25 +0000 (21:47 +0900)
src/gallium/auxiliary/translate/translate_sse.c

index 2fc8b9d3d0323e8c5c56b8af1e261a6b7af995c0..69dd4d3dffe54315eb1eddfe9d542bf813d12633 100644 (file)
@@ -534,7 +534,7 @@ static void translate_sse_release( struct translate *translate )
    FREE(p);
 }
 
-static void translate_sse_run_elts( struct translate *translate,
+static void PIPE_CDECL translate_sse_run_elts( struct translate *translate,
                              const unsigned *elts,
                              unsigned count,
                              void *output_buffer )
@@ -547,7 +547,7 @@ static void translate_sse_run_elts( struct translate *translate,
                    output_buffer );
 }
 
-static void translate_sse_run( struct translate *translate,
+static void PIPE_CDECL translate_sse_run( struct translate *translate,
                         unsigned start,
                         unsigned count,
                         void *output_buffer )