mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 15:10:10 +01:00
radeon/llvm: Assert if we try to encode an unknown register
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
This commit is contained in:
parent
0df2753ad2
commit
d399ce7615
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ if ($INDEX_FILE ne '') {
|
|||
}
|
||||
print $fh " return $key;\n";
|
||||
}
|
||||
print $fh " default: return 0;\n }\n}\n"
|
||||
print $fh " default: assert(!\"Unknown Register\"); return 0;\n }\n}\n"
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue