diff options
Diffstat (limited to 'translate.cxx')
-rw-r--r-- | translate.cxx | 2 |
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(); } |