i915g: Add a debug_printf when we get the Abs flag.

This commit is contained in:
Stéphane Marchesin 2011-06-28 02:14:43 -07:00
parent 2e481e5fc4
commit de33b0dd23
1 changed files with 3 additions and 0 deletions

View File

@ -272,6 +272,9 @@ src_vector(struct i915_fp_compile *p,
/* XXX enable these assertions, or fix things */
assert(!source->Register.Absolute);
#endif
if (source->Register.Absolute)
debug_printf("Exceeded max generics\n");
return src;
}