--- tapsets.cxx | 2 +- translate.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Index: git-12-march/translate.cxx =================================================================== --- git-12-march.orig/translate.cxx +++ git-12-march/translate.cxx @@ -1129,7 +1129,7 @@ c_unparser::emit_module_init () o->newline(-1) << "}"; // perform buildid-based checking if able - o->newline() << "if (_stp_module_check()) rc = -EINVAL;"; +// o->newline() << "if (_stp_module_check()) rc = -EINVAL;"; o->newline(-1) << "}"; o->newline() << "if (rc) goto out;"; Index: git-12-march/tapsets.cxx =================================================================== --- git-12-march.orig/tapsets.cxx +++ git-12-march/tapsets.cxx @@ -5434,7 +5434,7 @@ dwarf_derived_probe_group::emit_module_d s.op->newline() << "const unsigned long address;"; s.op->newline() << "void (* const ph) (struct context*);"; - s.op->newline(-1) << "} stap_dwarf_probes[] = {"; + s.op->newline() << "} stap_dwarf_probes[] = {"; s.op->indent(1); for (p_b_m_iterator it = probes_by_module.begin(); it != probes_by_module.end(); it++)