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:
Lionel Landwerlin 2023-04-03 15:04:05 +03:00 committed by Marge Bot
parent df77e6da82
commit a2a2624a8f

View file

@ -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];