summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndres Lugo-Reyes <aalugore@us.ibm.com>2018-05-11 18:32:17 -0500
committerAndres A. Lugo-Reyes <aalugore@us.ibm.com>2018-05-14 10:42:07 -0400
commit139bc907486b93ec9dee9b7252757f152ca380d7 (patch)
tree35fd098e38591f2cadca48b6a96044b6d314c4b0
parent77bb5e602b4aa3421e38af2b8fadb55bb2e9496b (diff)
downloadtalos-occ-139bc907486b93ec9dee9b7252757f152ca380d7.tar.gz
talos-occ-139bc907486b93ec9dee9b7252757f152ca380d7.zip
Package the g_wof struct so debug command data is consistent
Change-Id: I0ef09fd01de05b454102c804b23a8755b88ede37 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58731 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com>
-rw-r--r--src/occ_405/wof/wof.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/occ_405/wof/wof.h b/src/occ_405/wof/wof.h
index 26a8f4c..a8d57a1 100644
--- a/src/occ_405/wof/wof.h
+++ b/src/occ_405/wof/wof.h
@@ -167,7 +167,7 @@ typedef struct __attribute__ ((packed))
} wof_header_data_t;
// Structure used in g_amec
-typedef struct
+typedef struct __attribute__ ((packed))
{
// Bit vector where each bit signifies a different failure case
uint32_t wof_disabled;
OpenPOWER on IntegriCloud