mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 08:00:53 +00:00
reader: bswap jitmap item count
This commit is contained in:
@ -517,6 +517,8 @@ sp_capture_reader_read_jitmap (SpCaptureReader *self)
|
|||||||
g_hash_table_insert (ret, GSIZE_TO_POINTER (addr), g_strdup (str));
|
g_hash_table_insert (ret, GSIZE_TO_POINTER (addr), g_strdup (str));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sp_capture_reader_bswap_jitmap (self, jitmap);
|
||||||
|
|
||||||
self->pos += jitmap->frame.len;
|
self->pos += jitmap->frame.len;
|
||||||
|
|
||||||
return g_steal_pointer (&ret);
|
return g_steal_pointer (&ret);
|
||||||
|
|||||||
Reference in New Issue
Block a user