bebbo / libnix

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

undefined reference to __SaveSP #63

Closed BSzili closed 1 year ago

BSzili commented 1 year ago

__SaveSP seems to be missing from the latest version of the startup code. I think it's this commit that removed it: 3c8823cba914fe0b3004f97772de503470f9b4f1 I was wondering, would it be possible to put it back somewhere? detach.c and swapstack.c uses it, so if they are pulled in I end up with an undefined reference.

bebbo commented 1 year ago

aye - forgot the .globl- thanks

BSzili commented 1 year ago

Thanks that fixed it!