mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-27 15:20:37 +02:00
intel/aubinator_error_decode: bump max buffers to 1024
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Acked-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21167>
This commit is contained in:
parent
df77e6da82
commit
a2a2624a8f
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ struct section {
|
|||
size_t data_offset;
|
||||
};
|
||||
|
||||
#define MAX_SECTIONS 256
|
||||
#define MAX_SECTIONS 1024
|
||||
static unsigned num_sections;
|
||||
static struct section sections[MAX_SECTIONS];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue