mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-23 23:30:22 +01:00
intel: batch-decoder: add missing return line
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com>
This commit is contained in:
parent
28476c9d81
commit
5ffa35b64d
1 changed files with 1 additions and 1 deletions
|
|
@ -854,7 +854,7 @@ gen_print_batch(struct gen_batch_decode_ctx *ctx,
|
|||
}
|
||||
|
||||
if (next_batch.map == NULL) {
|
||||
fprintf(ctx->fp, "Secondary batch at 0x%08"PRIx64" unavailable",
|
||||
fprintf(ctx->fp, "Secondary batch at 0x%08"PRIx64" unavailable\n",
|
||||
next_batch.addr);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue