Fix the generation of instantiated NVR paths, fixes #4642.

This commit is contained in:
OBattler
2024-07-22 19:24:15 +02:00
parent 95894198bf
commit 8225f270f3
5 changed files with 28 additions and 32 deletions

View File

@@ -476,7 +476,8 @@ typedef struct x54x_t {
/* 8 bytes */
char *bios_path; /* path to BIOS image file */
char *mcode_path; /* path to microcode image file, needed by the AHA-1542CP */
char *nvr_path; /* path to NVR image file */
char nvr_path[64]; /* path to NVR image file */
/* 56 bytes */
/* Pointer to a structure of vendor-specific data that only the vendor-specific code can understand */