mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
ChangeLog: http://wwwhomes.uni-bielefeld.de/achim/z80-asm/CHANGELOG-2.4.1 Submitter becomes maintainer. Already maintaining several ports. PR: 276089 Reported by: laurent.chardon@gmail.com
11 lines
463 B
C
11 lines
463 B
C
--- z80-mon.c.orig 2023-12-28 16:53:32 UTC
|
|
+++ z80-mon.c
|
|
@@ -1359,7 +1359,7 @@ main(int argc,char **argv)
|
|
if (labels=table_entries())
|
|
{ ele= malloc(labels*sizeof(struct info));
|
|
for(a=0;next_table_entry(&ele[a].label,&ele[a].value,&ele[a].lineno);a++);
|
|
- qsort(ele,labels,sizeof(struct info),compare_addr);
|
|
+ qsort(ele,labels,sizeof(struct info),(void *)compare_addr);
|
|
}
|
|
next_label_index=0;
|
|
old_pc=PC;
|