summaryrefslogtreecommitdiffstats
path: root/src/sbefw/core/sbeSecurity.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbefw/core/sbeSecurity.H')
-rw-r--r--src/sbefw/core/sbeSecurity.H5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sbefw/core/sbeSecurity.H b/src/sbefw/core/sbeSecurity.H
index 3d7ad838..f9aa627f 100644
--- a/src/sbefw/core/sbeSecurity.H
+++ b/src/sbefw/core/sbeSecurity.H
@@ -5,7 +5,8 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2017 */
+/* Contributors Listed Below - COPYRIGHT 2017,2018 */
+/* [+] International Business Machines Corp. */
/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
@@ -54,7 +55,7 @@ namespace SBE_SECURITY
template <typename T>
struct table
{
- uint8_t size;
+ uint32_t size;
uint32_t mask;
T *table;
};
OpenPOWER on IntegriCloud