Skip to content

Commit

Permalink
cleanup 17
Browse files Browse the repository at this point in the history
last one fr
  • Loading branch information
SolDev69 committed Nov 29, 2023
1 parent d362baf commit 03fdd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/freedreno/ir3/ir3_disk_cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ ir3_disk_cache_init(struct ir3_compiler *compiler)
const char *renderer = fd_dev_name(compiler->dev_id);
const struct build_id_note *note =
build_id_find_nhdr_for_addr(ir3_disk_cache_init);

assert(note && build_id_length(note) == 20); /* sha1 */

const uint8_t *id_sha1 = "1";
assert(id_sha1);

Expand Down

0 comments on commit 03fdd10

Please sign in to comment.