diff options
Diffstat (limited to 'sim/m32c/trace.c')
-rw-r--r-- | sim/m32c/trace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/m32c/trace.c b/sim/m32c/trace.c index f5171c2..1888e69 100644 --- a/sim/m32c/trace.c +++ b/sim/m32c/trace.c @@ -75,7 +75,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; |