diff options
Diffstat (limited to 'sim/rl78/trace.c')
-rw-r--r-- | sim/rl78/trace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/rl78/trace.c b/sim/rl78/trace.c index a485c4c..669c2b5 100644 --- a/sim/rl78/trace.c +++ b/sim/rl78/trace.c @@ -78,7 +78,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; |