Skip to content

Commit

Permalink
Package the g_wof struct so debug command data is consistent
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
aalugore committed May 14, 2018
1 parent 77bb5e6 commit 139bc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/occ_405/wof/wof.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 139bc90

Please sign in to comment.