summaryrefslogtreecommitdiffstats
path: root/hwpf
diff options
context:
space:
mode:
authorSantosh Puranik <santosh.puranik@in.ibm.com>2015-11-06 04:47:59 -0600
committerGregory S. Still <stillgs@us.ibm.com>2015-11-16 07:28:32 -0600
commit150224a641b4e42672a3cd55344e7bd4e26953e3 (patch)
tree35d68b245502a170a53f448390fab114a9c631d7 /hwpf
parent467a6d186e72892e7eed027d3cd8de1510260ed4 (diff)
downloadtalos-sbe-150224a641b4e42672a3cd55344e7bd4e26953e3.tar.gz
talos-sbe-150224a641b4e42672a3cd55344e7bd4e26953e3.zip
Provide default value of 0 for Target c'tor
Change-Id: If52c82f34bdce45d5e351c0be658d692cb8d502a Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21863 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Diffstat (limited to 'hwpf')
-rw-r--r--hwpf/include/fapi2_target.H6
1 files changed, 1 insertions, 5 deletions
diff --git a/hwpf/include/fapi2_target.H b/hwpf/include/fapi2_target.H
index 32b68618..d2eabf37 100644
--- a/hwpf/include/fapi2_target.H
+++ b/hwpf/include/fapi2_target.H
@@ -93,11 +93,7 @@ namespace fapi2
/// single uint64_t in value which represents all the information
/// they might need. value( K | V ), for example
///
- Target(V Value);
-
-// Target(V Value):
-// iv_handle(Value)
-// {}
+ Target(V Value = 0);
///
/// @brief Assignment Operator.
OpenPOWER on IntegriCloud