diff options
author | Nick Bofferding <bofferdn@us.ibm.com> | 2011-09-20 22:32:49 -0500 |
---|---|---|
committer | Nicholas E. Bofferding <bofferdn@us.ibm.com> | 2011-09-21 08:41:14 -0500 |
commit | ff1429fbfefcb957f87176043dfba3cf467fe622 (patch) | |
tree | 92db908879dfcfe01bfc163b6c989bdfdd950379 /src/include/usr/targeting | |
parent | de8a529d349aebb344979609055f123c196ccfe3 (diff) | |
download | talos-hostboot-ff1429fbfefcb957f87176043dfba3cf467fe622.tar.gz talos-hostboot-ff1429fbfefcb957f87176043dfba3cf467fe622.zip |
Fix miscellaneous issues getting attributes from within HWPs
- Fix duplicate weak symbol issue when using range filter within multiple libs
- Fix FAPI target casting when calling HB macro with real target handle
- Fix FAPI namespacing when calling HB macro to bridge attribute
Change-Id: I6a187d1933aeb42e674e5236a81ae6145f3de583
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/352
Tested-by: Jenkins Server
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com>
Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Diffstat (limited to 'src/include/usr/targeting')
-rw-r--r-- | src/include/usr/targeting/iterators/rangefilter.H | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/usr/targeting/iterators/rangefilter.H b/src/include/usr/targeting/iterators/rangefilter.H index 21393bf2a..458bf3b9d 100644 --- a/src/include/usr/targeting/iterators/rangefilter.H +++ b/src/include/usr/targeting/iterators/rangefilter.H @@ -115,11 +115,7 @@ class RangeFilter * @brief Dummy function used to implement ability to check if range * iterator is valid */ - operator fake_bool() const - { - return (iv_current != iv_end) - ? &RangeFilter::notComparable : NULL; - } + operator fake_bool() const; /** * @brief Pre-increment operator which advances the range's iterator |