mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: fix nick for symbol
This commit is contained in:
@ -208,8 +208,8 @@ sysprof_bundled_symbolizer_symbolize (SysprofSymbolizer *symbolizer,
|
||||
|
||||
if (ret->offset < (self->endptr - self->beginptr))
|
||||
return _sysprof_symbol_new (sysprof_strings_get (strings, &self->beginptr[ret->offset]),
|
||||
g_steal_pointer (&tag),
|
||||
NULL,
|
||||
g_steal_pointer (&tag),
|
||||
ret->addr_begin,
|
||||
ret->addr_end);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user