diff options
Diffstat (limited to 'translate.cxx')
-rw-r--r-- | translate.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/translate.cxx b/translate.cxx index d4507a1f..7c1469df 100644 --- a/translate.cxx +++ b/translate.cxx @@ -4551,6 +4551,7 @@ dump_unwindsyms (Dwfl_Module *m, c->output << "struct _stp_module _stp_module_" << stpmod_idx << " = {" << endl; c->output << ".name = " << lex_cast_qstring (modname) << ", " << endl; + c->output << ".module_base = 0x" << hex << base << dec << ", " << endl; if (unwind != NULL) { |