i915g: Fix unimplemented Abs comment.

This commit is contained in:
Stéphane Marchesin 2011-06-29 01:23:44 -07:00
parent 4e6120576f
commit 1a7e17e44a
1 changed files with 1 additions and 1 deletions

View 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;
}