OSDN Git Service

More uses of backend interface for types.
[pf3gnuchains/gcc-fork.git] / libgo / runtime / go-new-map.c
index 73e8d7d..3a47129 100644 (file)
@@ -73,8 +73,8 @@ static const unsigned long prime_list[] = /* 256 + 1 or 256 + 48 + 1 */
 
 /* Return the next number from PRIME_LIST >= N.  */
 
-unsigned long
-__go_map_next_prime (unsigned long n)
+uintptr_t
+__go_map_next_prime (uintptr_t n)
 {
   size_t low;
   size_t high;