summaryrefslogtreecommitdiffstats
path: root/import/hwpf/fapi2/include
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2015-03-16 07:57:37 -0500
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 15:50:56 -0500
commit4c5da9505183e8b9d2d2cb082ee41ab14dcee7cd (patch)
treed393d029e83cd30bb4928b27210afc965b20bafd /import/hwpf/fapi2/include
parent6a295a9a34aedea8cc60a0247500cd2e083c411e (diff)
downloadtalos-hcode-4c5da9505183e8b9d2d2cb082ee41ab14dcee7cd.tar.gz
talos-hcode-4c5da9505183e8b9d2d2cb082ee41ab14dcee7cd.zip
FFDC class generation changes for caps, errors
Change from lower-case to upper Fix method chaining for empty classes -Wall changes Rearrange headers to need only error_scope.H Change-Id: I034fd84d05f53f36079b2b50b4ab338bf8d5bdb9 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16437 Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Brian Silver <bsilver@us.ibm.com> Tested-by: Brian Silver <bsilver@us.ibm.com>
Diffstat (limited to 'import/hwpf/fapi2/include')
-rw-r--r--import/hwpf/fapi2/include/buffer_traits.H4
-rw-r--r--import/hwpf/fapi2/include/error_scope.H1
2 files changed, 3 insertions, 2 deletions
diff --git a/import/hwpf/fapi2/include/buffer_traits.H b/import/hwpf/fapi2/include/buffer_traits.H
index 632c9d2e..1e712521 100644
--- a/import/hwpf/fapi2/include/buffer_traits.H
+++ b/import/hwpf/fapi2/include/buffer_traits.H
@@ -86,8 +86,8 @@ namespace fapi2
constexpr static B size(const T& i_buffer)
{
return (bit_length(i_buffer) +
- (parameterTraits<E>::bit_length - 1)) /
- parameterTraits<E>::bit_length;
+ (parameterTraits<E>::bit_length() - 1)) /
+ parameterTraits<E>::bit_length();
}
///
diff --git a/import/hwpf/fapi2/include/error_scope.H b/import/hwpf/fapi2/include/error_scope.H
index fadcb1e1..6e2b3129 100644
--- a/import/hwpf/fapi2/include/error_scope.H
+++ b/import/hwpf/fapi2/include/error_scope.H
@@ -34,6 +34,7 @@
#include <thread>
#include <stdio.h>
#include <return_code.H>
+#include <hwp_ffdc_classes.H>
/// @cond
#define FAPI_VA_NARGS_IMPL(_1, _2, _3, _4, _5, N, ...) N
OpenPOWER on IntegriCloud