summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/import/hwpf/fapi2/include/error_info_defs.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/hwpf/fapi2/include/error_info_defs.H b/src/import/hwpf/fapi2/include/error_info_defs.H
index bce67ae7..1c438d4c 100644
--- a/src/import/hwpf/fapi2/include/error_info_defs.H
+++ b/src/import/hwpf/fapi2/include/error_info_defs.H
@@ -52,7 +52,7 @@ struct sbeFfdc_t
{
uint32_t size;
uint64_t data;
-};
+} __attribute__((packed));
// 10 entries limits the size of SbeFfdcData_t to 128 bytes
enum
OpenPOWER on IntegriCloud