After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 767693 - Should use U64_TO_POINTER to avoid error on 32bit
Should use U64_TO_POINTER to avoid error on 32bit
Status: RESOLVED FIXED
Product: sysprof
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Sysprof maintainer(s)
Sysprof maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-06-15 14:00 UTC by Jussi Kukkonen
Modified: 2016-06-15 22:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
callgraph: Use U64_TO_POINTER (996 bytes, patch)
2016-06-15 14:00 UTC, Jussi Kukkonen
committed Details | Review

Description Jussi Kukkonen 2016-06-15 14:00:39 UTC
Created attachment 329856 [details] [review]
callgraph: Use U64_TO_POINTER

building for i586 results in "cast to pointer from integer of different size" in sp_callgraph-view.c:build_functions_store(). This seems like a missing U64_TO_POINTER(), attaching a patch.
Comment 1 Christian Hergert 2016-06-15 22:09:04 UTC
Thanks! LGTM

Attachment 329856 [details] pushed as 329743c - callgraph: Use U64_TO_POINTER