i915g: Fix unimplemented Abs comment.
authorStéphane Marchesin <marcheu@chromium.org>
Wed, 29 Jun 2011 08:23:44 +0000 (01:23 -0700)
committerStéphane Marchesin <marcheu@chromium.org>
Wed, 29 Jun 2011 08:23:44 +0000 (01:23 -0700)
src/gallium/drivers/i915/i915_fpc_translate.c

index cae349e..ab09d56 100644 (file)
@@ -273,7 +273,7 @@ src_vector(struct i915_fp_compile *p,
    assert(!source->Register.Absolute);
 #endif
    if (source->Register.Absolute)
-      debug_printf("Exceeded max generics\n");
+      debug_printf("Unhandler absolute value\n");
 
    return src;
 }