bebbo / libnix

libnix (v4): a C link library for AmigaOS/m68k
15 stars 9 forks source link

__cpucheck.c should have higest priority #56

Closed githubaf closed 1 year ago

githubaf commented 2 years ago

A program compiled for 68040 crashed on 68000 (vamos) when there was no rexxsyslib.library installed. It should have been aborted with the "cpucheck 68020-Alert" before.

Exchanging the priorities to make cpucheck.c highest priority again solved the problem. There is even an old comment in cpucheck.c saying / Highest priority / but in fact __initlibraries.c had higher prio.