summaryrefslogtreecommitdiffstats
path: root/dwarf_wrappers.cxx
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2008-09-29 16:08:16 +1000
committerddomingo <ddomingo@redhat.com>2008-09-29 16:08:16 +1000
commit2e66077954be9d219e0b87926af1dc87138d99dc (patch)
tree090acfc6e37967ec1e369d943f0a43764d47bfc5 /dwarf_wrappers.cxx
parentc45b18d71eb8d57db62fced5774c12adcaf4eaba (diff)
parentb487a14d6d160f38dd1dbabe305b373b37972074 (diff)
downloadsystemtap-steved-2e66077954be9d219e0b87926af1dc87138d99dc.tar.gz
systemtap-steved-2e66077954be9d219e0b87926af1dc87138d99dc.tar.xz
systemtap-steved-2e66077954be9d219e0b87926af1dc87138d99dc.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'dwarf_wrappers.cxx')
-rw-r--r--dwarf_wrappers.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwarf_wrappers.cxx b/dwarf_wrappers.cxx
index 93cb36a2..4fd074ed 100644
--- a/dwarf_wrappers.cxx
+++ b/dwarf_wrappers.cxx
@@ -42,5 +42,5 @@ void dwarf_assert(const string& desc, int rc)
void dwfl_assert(const std::string& desc, bool condition)
{
if (!condition)
- dwarf_assert(desc, -1);
+ dwfl_assert(desc, -1);
}