summaryrefslogtreecommitdiff
path: root/src/freedreno/afuc/disasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/freedreno/afuc/disasm.c')
-rw-r--r--src/freedreno/afuc/disasm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/freedreno/afuc/disasm.c b/src/freedreno/afuc/disasm.c
index 66e40c1d188..2a2571074b9 100644
--- a/src/freedreno/afuc/disasm.c
+++ b/src/freedreno/afuc/disasm.c
@@ -816,6 +816,7 @@ int main(int argc, char **argv)
ctx->colors = colors ? &envy_def_colors : &envy_null_colors;
rnn_parsefile(db, "adreno.xml");
+ rnn_prepdb(db);
if (db->estatus)
errx(db->estatus, "failed to parse register database");
dom[0] = rnn_finddomain(db, variant);