diff options
Diffstat (limited to 'src/freedreno/ir3/ir3_shader.c')
-rw-r--r-- | src/freedreno/ir3/ir3_shader.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/freedreno/ir3/ir3_shader.c b/src/freedreno/ir3/ir3_shader.c index 610ae655a83..228c7609f50 100644 --- a/src/freedreno/ir3/ir3_shader.c +++ b/src/freedreno/ir3/ir3_shader.c @@ -417,9 +417,7 @@ ir3_shader_disasm(struct ir3_shader_variant *so, uint32_t *bin, FILE *out) so->info.max_half_reg + 1, so->info.max_reg + 1); - fprintf(out, "; %d const, %u constlen\n", - so->info.max_const + 1, - so->constlen); + fprintf(out, "; %u constlen\n", so->constlen); fprintf(out, "; %u (ss), %u (sy)\n", so->info.ss, so->info.sy); |