Skip to content
Commit 57b957eb authored by Richard Henderson's avatar Richard Henderson
Browse files

Avoid pointer type mismatch warning.

update_get_addr returns a link_map*, but the return expression
was of type char*.  Fix by relying on gcc's void* arithmetic
extension and auto-conversion from void*.
parent e216c012
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment