mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
r600g/sb: Dump correct value for CND.
Fixes "Copy-paste error" reported by Coverity. Signed-off-by: Vinson Lee <vlee@freedesktop.org> Reviewed-by: Vadim Girlin <vadimgirlin@gmail.com>
This commit is contained in:
parent
83486d3148
commit
0794f638ee
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ void bc_dump::dump(cf_node& n) {
|
|||
}
|
||||
|
||||
if (n.bc.cond)
|
||||
s << " CND:" << n.bc.pop_count;
|
||||
s << " CND:" << n.bc.cond;
|
||||
|
||||
if (n.bc.pop_count)
|
||||
s << " POP:" << n.bc.pop_count;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue