diff options
Diffstat (limited to 'translate.cxx')
-rw-r--r-- | translate.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/translate.cxx b/translate.cxx index 89a961e3..d3f9467a 100644 --- a/translate.cxx +++ b/translate.cxx @@ -3986,8 +3986,9 @@ emit_symbol_data (systemtap_session& s) if (s.symtab == false) { + s.op->newline() << "/* filled in by runtime */"; s.op->newline() << "struct stap_symbol *stap_symbols;"; - s.op->newline() << "unsigned stap_num_symbols = 0;\n"; + s.op->newline() << "unsigned stap_num_symbols;\n"; return 0; } |