PowerPC64 .branch_lt address
[binutils-gdb.git] / sim / rx / trace.c
index df83dc14a1b4218d723e772eaf0e9fd80c11f81b..8d9293c4a6369b1cf23c92a553e168a46256becc 100644 (file)
@@ -83,7 +83,7 @@ remove_useless_symbols (asymbol ** symbols, long count)
 }
 
 static int
-compare_symbols (const PTR ap, const PTR bp)
+compare_symbols (const void *ap, const void *bp)
 {
   const asymbol *a = *(const asymbol **) ap;
   const asymbol *b = *(const asymbol **) bp;