Fix pointer-to-int-cast warning in compute_address_location
Cast function pointer through uintptr_t before narrowing to int, avoiding the -Wpointer-to-int-cast warning on 64-bit host builds.
C
Charles-Edouard de la Vergne committed
f353105fcaebec68f89050d8801de72fd3e5c998
Parent: 153939d