Skip to content

aco: Fix issues in print_regs

Tony Wasserka requested to merge neobrain/mesa:ra_print_regs into master

Trying to compile print_regs has been failing since !7799 (merged) was merged. This MR fixed the build, and always-enables the function so future refactors don't break it again.

Also fixed use of the wrong constant (0xffff instead of 0xffffffff) to check for blocked registers.

Merge request reports