Skip to content
Snippets Groups Projects
Commit d853e571 authored by Mans Rullgard's avatar Mans Rullgard
Browse files

ppc: fix some pointer to integer casts


Use uintptr_t instead of plain int.  Without this change, the
comparisons will come out wrong for pointers in certain ranges.
Fixes random failures on ppc64.  Also fixes some compiler warnings.

Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
parent 6e4a35ce
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment