mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
aco: Const correct aco_compiler_statistics
Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7785>
This commit is contained in:
parent
9779a9a51e
commit
76ad75dbb8
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ struct aco_compiler_statistic_info {
|
|||
|
||||
struct aco_compiler_statistics {
|
||||
unsigned count;
|
||||
struct aco_compiler_statistic_info *infos;
|
||||
const struct aco_compiler_statistic_info *infos;
|
||||
uint32_t values[];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue