diff options
-rw-r--r-- | src/include/imd_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/imd_private.h b/src/include/imd_private.h index 7b9a2778ab..3ff6a518aa 100644 --- a/src/include/imd_private.h +++ b/src/include/imd_private.h @@ -28,7 +28,7 @@ struct imd_root { uint32_t entry_align; /* Used for fixing the size of an imd. Relative to the root. */ int32_t max_offset; - struct imd_entry entries[0]; + struct imd_entry entries[]; } __packed; #define IMD_ROOT_PTR_MAGIC 0xc0389481 |