i965/vec4: Make with_writemask() non-static.
[mesa.git] / src / mesa / drivers / dri / i965 / test_vec4_register_coalesce.cpp
index e14130531156a2567fc73903bbd38241957748eb..ab4498b4eed381bf15c9b11f134237d9be1d81ba 100644 (file)
@@ -60,10 +60,9 @@ protected:
       return NULL;
    }
 
-   virtual int setup_attributes(int payload_reg)
+   virtual void setup_payload()
    {
       assert(!"Not reached");
-      return 0;
    }
 
    virtual void emit_prolog()