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:
Vinson Lee 2013-08-03 23:58:43 -07:00
parent 83486d3148
commit 0794f638ee
1 changed files with 1 additions and 1 deletions

View File

@ -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;