summaryrefslogtreecommitdiffstats
path: root/translate.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'translate.cxx')
-rw-r--r--translate.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/translate.cxx b/translate.cxx
index d1d21ab9..d37600da 100644
--- a/translate.cxx
+++ b/translate.cxx
@@ -4092,5 +4092,5 @@ translate_pass (systemtap_session& s)
s.op = 0;
s.up = 0;
- return rc + s.num_errors;
+ return rc + s.num_errors();
}