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 cae349e62c3f4af15628989f36d7cab505012a91..ab09d56ec77c20f7673b46d21bbfc596efc733b0 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;
 }